Skip to content

Commit

Permalink
0.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
verhovsky committed Jun 22, 2023
1 parent 5ba04ca commit 8a8b5d4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ test

out
build
prebuilds

vendor/tree-sitter/**/*
!vendor/tree-sitter/lib/src/**/*.{c,h}
!vendor/tree-sitter/lib/include/tree_sitter/*.h

.github/
.vscode/
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tree-sitter",
"version": "0.20.2",
"version": "0.20.3",
"description": "Incremental parsers for node",
"author": "Max Brunsfeld",
"license": "MIT",
Expand All @@ -25,7 +25,7 @@
"node-gyp": "^9.4.0",
"prebuild": "^11.0.4",
"superstring": "^2.4.2",
"tree-sitter-javascript": "https://github.com/tree-sitter/tree-sitter-javascript.git#936d976a782e75395d9b1c8c7c7bf4ba6fe0d86b"
"tree-sitter-javascript": "https://github.com/tree-sitter/tree-sitter-javascript.git#master"
},
"overrides": {
"prebuild": {
Expand Down
2 changes: 1 addition & 1 deletion vendor/tree-sitter
Submodule tree-sitter updated 131 files

1 comment on commit 8a8b5d4

@Zionsammy
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

Please sign in to comment.