Skip to content
This repository was archived by the owner on Dec 1, 2024. It is now read-only.

Commit 6ba7be7

Browse files
Lars-Magnus Skogvweevers
authored andcommitted
Update to latest prebuildify + use ~ ranges for dependencies (#571)
1 parent 50a7d6f commit 6ba7be7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"abstract-leveldown": "~6.0.0",
1717
"bindings": "~1.3.0",
1818
"fast-future": "~1.0.2",
19-
"napi-macros": "^1.8.1",
20-
"node-gyp-build": "^3.5.1"
19+
"napi-macros": "~1.8.1",
20+
"node-gyp-build": "~3.7.0"
2121
},
2222
"devDependencies": {
2323
"async": "^2.0.1",
@@ -31,7 +31,7 @@
3131
"node-gyp": "^3.8.0",
3232
"nyc": "^12.0.2",
3333
"optimist": "~0.6.1",
34-
"prebuildify": "ralphtheninja/prebuildify",
34+
"prebuildify": "^2.10.0",
3535
"prebuildify-ci": "^1.0.4",
3636
"readfiletree": "~0.0.1",
3737
"rimraf": "^2.6.1",

0 commit comments

Comments
 (0)