Skip to content

Commit ae6bc51

Browse files
committed
fix: disable npm auto-rebuild by setting gypfile:false
- npm automatically runs node-gyp rebuild when binding.gyp exists - this fails on systems without build tools even when prebuilds are present - setting gypfile:false disables this auto-detection
1 parent ad79d52 commit ae6bc51

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sengac/tree-sitter-dart",
3-
"version": "0.25.14",
3+
"version": "1.1.6",
44
"description": "Dart grammar attempt for tree-sitter",
55
"repository": "https://github.com/sengac/tree-sitter-dart",
66
"main": "bindings/node",
@@ -92,5 +92,6 @@
9292
],
9393
"publishConfig": {
9494
"access": "public"
95-
}
95+
},
96+
"gypfile": false
9697
}

0 commit comments

Comments
 (0)