Skip to content

Commit

Permalink
list noble as a peerdep (because it's broken and rebuilds are cry)
Browse files Browse the repository at this point in the history
  • Loading branch information
chee committed May 20, 2019
1 parent 201ef41 commit 8830b72
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions package.json
@@ -1,15 +1,17 @@
{
"name": "homebridge-bluetooth-tag-lax",
"version": "0.1.0",
"main": "index.js",
"keywords": [
"homebridge-plugin"
],
"engines": {
"homebridge": ">=0.2.0"
},
"dependencies": {
"lodash": "^4.15.0",
"noble": "^1.6.0"
}
"name": "homebridge-bluetooth-tag-lax",
"version": "0.1.0",
"main": "index.js",
"keywords": [
"homebridge-plugin"
],
"engines": {
"homebridge": ">=0.2.0"
},
"dependencies": {
"lodash": "^4.15.0"
},
"peerDependencies": {
"noble": "^1.6.0"
}
}

0 comments on commit 8830b72

Please sign in to comment.