We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5680ac6 + 3334ab5 commit bcd8c36Copy full SHA for bcd8c36
1 file changed
package.json
@@ -19,7 +19,8 @@
19
"lint": "standard",
20
"unit": "vows --spec ./test/**/*.js",
21
"test": "npm run unit && npm run lint",
22
- "benchmark": "node ./benchmark.js"
+ "benchmark": "node ./benchmark.js",
23
+ "postinstall": "node scripts/install.js"
24
},
25
"dependencies": {
26
"nan": "^2.25.0",
0 commit comments