Skip to content

Commit 4d95895

Browse files
committed
Require tree-sitter >= 0.19.3, which provides the --no-bindings option.
1 parent 7d5ddba commit 4d95895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"main": "./bindings/node",
2020
"devDependencies": {
21-
"tree-sitter-cli": "^0.19.1",
21+
"tree-sitter-cli": "^0.19.3",
2222
"tree-sitter-javascript": "github:tree-sitter/tree-sitter-javascript#2c5b138"
2323
},
2424
"scripts": {

0 commit comments

Comments
 (0)