Skip to content

Commit c8b6453

Browse files
committed
rename fork for npm and update dependencies
1 parent ee2a8f9 commit c8b6453

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "tree-sitter-bash",
3-
"version": "0.19.0",
4-
"description": "Bash grammar for tree-sitter",
2+
"name": "@curlconverter/tree-sitter-bash",
3+
"version": "0.0.3",
4+
"description": "a fork of the Bash grammar for tree-sitter",
55
"main": "bindings/node",
66
"keywords": [
77
"parser",
@@ -16,7 +16,7 @@
1616
"devDependencies": {
1717
"node-gyp": "^9.3.1",
1818
"prebuild": "^11.0.4",
19-
"tree-sitter-cli": "^0.20.7"
19+
"tree-sitter-cli": "^0.20.8"
2020
},
2121
"overrides": {
2222
"prebuild": {
@@ -32,7 +32,7 @@
3232
"test": "tree-sitter test && script/parse-examples",
3333
"test-windows": "tree-sitter test"
3434
},
35-
"repository": "https://github.com/tree-sitter/tree-sitter-bash",
35+
"repository": "https://github.com/curlconverter/tree-sitter-bash",
3636
"tree-sitter": [
3737
{
3838
"scope": "source.bash",

0 commit comments

Comments
 (0)