Skip to content

Commit 1e3e813

Browse files
author
Marco Crespi
committed
fix: Make dependencies peers again
BREAKING CHANGE: Move optional dependencies to peer dependencies
1 parent 22676fa commit 1e3e813

File tree

2 files changed

+11
-215
lines changed

2 files changed

+11
-215
lines changed

package-lock.json

Lines changed: 7 additions & 211 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 & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@
6767
"nan": "2.14.2",
6868
"napi-thread-safe-callback": "0.0.6",
6969
"node-addon-api": "3.1.0",
70-
"prebuild-install": "6.1.1",
70+
"prebuild-install": "valandur/prebuild-install#717eb6a36bc1551c282d689067f9b11753fde3f7",
7171
"tiny-typed-emitter": "2.0.3"
7272
},
73-
"optionalDependencies": {
74-
"@modum-io/bluetooth-hci-socket": "0.6.1",
75-
"dbus-next": "0.9.2"
73+
"peerDependencies": {
74+
"@modum-io/bluetooth-hci-socket": "0.6.x",
75+
"dbus-next": "0.9.x"
7676
},
7777
"devDependencies": {
7878
"@types/node": "14.14.41",

0 commit comments

Comments
 (0)