Skip to content

Commit 72951c5

Browse files
committedDec 20, 2019
dist: remove prebuild (for now)
1 parent 27508d2 commit 72951c5

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed
 

‎package.json

+2-13
Original file line numberDiff line numberDiff line change
@@ -24,27 +24,16 @@
2424
"dependencies": {
2525
"bindings": "^1.5.0",
2626
"nan": "^2.14.0",
27-
"prebuild-install": "^5.3.3",
2827
"safe-buffer": "^5.2.0"
2928
},
3029
"devDependencies": {
31-
"prebuild": "^9.1.1",
32-
"prebuild-ci": "^3.1.0",
3330
"put": "0.0.6",
3431
"standard": "^14.3.1",
3532
"tap": "^14.10.5"
3633
},
3734
"scripts": {
38-
"install": "prebuild-install || node-gyp rebuild",
39-
"rebuild": "prebuild --compile",
40-
"prebuild": "prebuild --all --strip --verbose",
41-
"test": "standard && tap --timeout 120 test/*.js && prebuild-ci"
42-
},
43-
"binary": {
44-
"host": "https://rvagg-node.s3-us-west-2.amazonaws.com",
45-
"module_name": "bignum",
46-
"module_path": "binding/",
47-
"remote_path": "./{name}/v{version}"
35+
"install": "node-gyp rebuild",
36+
"test": "standard && tap --timeout 120 test/*.js"
4837
},
4938
"license": "MIT",
5039
"contributors": [

0 commit comments

Comments
 (0)
Please sign in to comment.