Skip to content

Commit a3c7f3e

Browse files
committed
chore(package): add prebuild-install to dependencies
1 parent d6c64c5 commit a3c7f3e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
],
1515
"dependencies": {
1616
"bindings": "^1.3.0",
17-
"nan": "^2.10.0"
17+
"nan": "^2.10.0",
18+
"prebuild-install": "^5.0.0"
1819
},
1920
"devDependencies": {
2021
"chai": "^4.1.2",
@@ -39,7 +40,9 @@
3940
"lint": "eslint index.js lib test",
4041
"precommit": "check-clang-format",
4142
"test": "mocha ./test && prebuild-ci",
42-
"docs": "jsdoc2md --template etc/README.hbs --plugin dmd-clear --files lib/kerberos.js > README.md"
43+
"docs": "jsdoc2md --template etc/README.hbs --plugin dmd-clear --files lib/kerberos.js > README.md",
44+
"rebuild": "prebuild --compile",
45+
"prebuild": "prebuild --all --strip --verbose"
4346
},
4447
"author": "Christian Amor Kvalheim",
4548
"license": "Apache-2.0",

0 commit comments

Comments
 (0)