We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efd7143 commit fb92734Copy full SHA for fb92734
package.json
@@ -9,9 +9,10 @@
9
"url": "http://github.com/nteract/zmq-prebuilt.git"
10
},
11
"dependencies": {
12
+ "bindings": "~1.2.1",
13
+ "in-publish": "^2.0.0",
14
"nan": "~2.4.0",
- "prebuild": "^2.9.0",
- "bindings": "~1.2.1"
15
+ "prebuild": "^2.9.0"
16
17
"devDependencies": {
18
"mocha": "~1.13.0",
@@ -22,6 +23,7 @@
22
23
"node": ">=0.8"
24
25
"scripts": {
26
+ "prepublish": "in-publish && node build.js || echo 'Not in npm prepublish.'",
27
"install": "prebuild --install",
28
"test": "mocha --expose-gc --slow 2000 --timeout 600000"
29
0 commit comments