Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
Lycs-D committed Apr 8, 2024
1 parent ca0d8db commit df812df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tree_sitter_v/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"install": "node-gyp-build",
"prebuildify": "prebuildify --napi --strip",
"lint": "eslint \"**/*.js\"",
"format": "prettier --write \"grammar.js\"",
"format:check": "prettier --check \"grammar.js\""
"format": "prettier --write \"**/*.js\"",
"format:check": "prettier --check \"**/*.js\""
},
"dependencies": {
"node-addon-api": "^8.0.0",
Expand Down

0 comments on commit df812df

Please sign in to comment.