Skip to content

Commit

Permalink
Try lower crate version
Browse files Browse the repository at this point in the history
  • Loading branch information
dlvandenberg committed Dec 7, 2023
1 parent 43332f7 commit 1f9b65c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ path = "bindings/rust/lib.rs"

[dependencies]
tree-sitter = "~0.20.10"
tree-sitter-html-dvdb = "~0.20.0"
tree-sitter-html = "~0.19.0"

[build-dependencies]
cc = "1.0"
Binary file modified build/Release/tree_sitter_angular_binding.node
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "bindings/node",
"scripts": {
"build": "tree-sitter generate && node-gyp build",
"parse": "tree-sitter parse",
"parse": "tree-sitter parse examples/*.html",
"lint": "eslint grammar.js",
"test": "tree-sitter test && tree-sitter parse examples/*.html --quiet --time",
"test:windows": "tree-sitter test"
Expand Down

0 comments on commit 1f9b65c

Please sign in to comment.