Skip to content

Commit 049324c

Browse files
author
Marco Crespi
committed
Merge branch 'develop'
2 parents db4751a + 890a13f commit 049324c

File tree

2 files changed

+109
-1
lines changed

2 files changed

+109
-1
lines changed

package-lock.json

Lines changed: 105 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@
2121
"build": "tsc",
2222
"docs": "typedoc",
2323
"release": "standard-version -a",
24-
"postinstall": "npx husky install"
24+
"postinstall": "npx husky install",
25+
"prepublishOnly": "pinst --disable",
26+
"postpublish": "pinst --enable"
2527
},
2628
"dependencies": {
2729
"@abandonware/bluetooth-hci-socket": "0.5.3-7",
@@ -33,6 +35,7 @@
3335
"@types/node": "14.14.25",
3436
"husky": "5.0.9",
3537
"int64-buffer": "1.0.0",
38+
"pinst": "2.1.4",
3639
"precise-commits": "1.0.2",
3740
"prettier": "2.2.1",
3841
"standard-version": "9.1.0",

0 commit comments

Comments
 (0)