Skip to content

Commit

Permalink
chore(deps): add node-gyp to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
khiner authored Feb 1, 2024
1 parent 4ca37be commit a0d90b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"eslint": "^8.56.0",
"eslint-config-google": "^0.14.0",
"tree-sitter-c": "^0.20.7",
"tree-sitter-cli": "^0.20.8"
"tree-sitter-cli": "^0.20.8",
"node-gyp": "^10.0.1"
},
"scripts": {
"build": "tree-sitter generate && node-gyp build",
Expand Down

0 comments on commit a0d90b1

Please sign in to comment.