We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36a1e13 commit f84759bCopy full SHA for f84759b
2 files changed
.yarnrc.yml
@@ -1,8 +1,3 @@
1
nodeLinker: node-modules
2
npmMinimalAgeGate: 14d
3
enableScripts: false
4
-dependenciesMeta:
5
- "tree-sitter-cli":
6
- built: true
7
- "tree-sitter":
8
package.json
@@ -32,6 +32,14 @@
32
"lint": "eslint . --report-unused-disable-directives --cache",
33
"feature-matrix": "node scripts/feature-matrix/render.js"
34
},
35
+ "dependenciesMeta": {
36
+ "tree-sitter-cli": {
37
+ "built": true
38
+ },
39
+ "tree-sitter": {
40
41
+ }
42
43
"dependencies": {
44
"@changesets/changelog-github": "^0.5.1",
45
"@changesets/cli": "^2.29.7",
0 commit comments