Skip to content

Commit

Permalink
rename fork for npm and update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
verhovsky committed May 5, 2023
1 parent ee2a8f9 commit c8b6453
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tree-sitter-bash",
"version": "0.19.0",
"description": "Bash grammar for tree-sitter",
"name": "@curlconverter/tree-sitter-bash",
"version": "0.0.3",
"description": "a fork of the Bash grammar for tree-sitter",
"main": "bindings/node",
"keywords": [
"parser",
Expand All @@ -16,7 +16,7 @@
"devDependencies": {
"node-gyp": "^9.3.1",
"prebuild": "^11.0.4",
"tree-sitter-cli": "^0.20.7"
"tree-sitter-cli": "^0.20.8"
},
"overrides": {
"prebuild": {
Expand All @@ -32,7 +32,7 @@
"test": "tree-sitter test && script/parse-examples",
"test-windows": "tree-sitter test"
},
"repository": "https://github.com/tree-sitter/tree-sitter-bash",
"repository": "https://github.com/curlconverter/tree-sitter-bash",
"tree-sitter": [
{
"scope": "source.bash",
Expand Down

0 comments on commit c8b6453

Please sign in to comment.