Skip to content

Commit aea921b

Browse files
committed
fix: remove install script to prevent building on target machines
- Remove install and rebuild scripts from package.json - Only prebuilt binaries will be used (via node-gyp-build dependency) - Bump version to 1.1.1
1 parent 7942727 commit aea921b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sengac/tree-sitter-dart",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Dart grammar attempt for tree-sitter",
55
"main": "bindings/node",
66
"types": "bindings/node",

0 commit comments

Comments
 (0)