Skip to content

Commit

Permalink
dist: remove prebuild (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Dec 20, 2019
1 parent 27508d2 commit 72951c5
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,27 +24,16 @@
"dependencies": {
"bindings": "^1.5.0",
"nan": "^2.14.0",
"prebuild-install": "^5.3.3",
"safe-buffer": "^5.2.0"
},
"devDependencies": {
"prebuild": "^9.1.1",
"prebuild-ci": "^3.1.0",
"put": "0.0.6",
"standard": "^14.3.1",
"tap": "^14.10.5"
},
"scripts": {
"install": "prebuild-install || node-gyp rebuild",
"rebuild": "prebuild --compile",
"prebuild": "prebuild --all --strip --verbose",
"test": "standard && tap --timeout 120 test/*.js && prebuild-ci"
},
"binary": {
"host": "https://rvagg-node.s3-us-west-2.amazonaws.com",
"module_name": "bignum",
"module_path": "binding/",
"remote_path": "./{name}/v{version}"
"install": "node-gyp rebuild",
"test": "standard && tap --timeout 120 test/*.js"
},
"license": "MIT",
"contributors": [
Expand Down

0 comments on commit 72951c5

Please sign in to comment.