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

Commit

Permalink
update prebuild for --strip functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphtheninja committed Sep 3, 2015
1 parent 1fb09b2 commit 0f6a776
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"bindings": "~1.2.1",
"fast-future": "~1.0.0",
"nan": "~2.0.0",
"prebuild": "~2.3.3"
"prebuild": "~2.4.0"
},
"devDependencies": {
"async": "~1.0.0",
Expand All @@ -51,7 +51,7 @@
"scripts": {
"install": "prebuild --download",
"test": "tape test/*-test.js | faucet",
"prebuild": "prebuild --verbose"
"prebuild": "prebuild --verbose --strip"
},
"license": "MIT",
"gypfile": true
Expand Down

0 comments on commit 0f6a776

Please sign in to comment.