Skip to content

Commit 16475d7

Browse files
committed
updated dependency pimatic-plugin-commons, temporary replacement for cap target to trace status assertion issue, https://forum.pimatic.org/topic/4569/amazing-dash-button-causes-pimatic-to-hang
1 parent f443f31 commit 16475d7

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

HISTORY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* Added source host IP filter to filtering string to further limit
77
the number of matching packages
88
* Merged DashButtonDevice from pimatic-dash-button, thanks @michbeck100
9+
* Updated dependencies
910

1011
* 20171226, V0.9.14
1112
* Updated list of Amazon Vendor Ids

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,11 @@
1919
],
2020
"keywords": [
2121
"amazon-dash",
22-
"amazona dash-button",
22+
"amazon-dash-button",
23+
"dash-buttons",
2324
"dash-button",
24-
"arp",
25+
"dashbutton",
26+
"pimatic-plugin",
2527
"pimatic"
2628
],
2729
"homepage": "https://github.com/mwittig/pimatic-amazing-dash-button/tree/master",
@@ -42,8 +44,8 @@
4244
],
4345
"configSchema": "amazing-dash-button-config-schema.coffee",
4446
"dependencies": {
45-
"cap": "^0.2.0",
46-
"pimatic-plugin-commons": "^0.9.3"
47+
"cap": "git+https://github.com/mwittig/cap.git",
48+
"pimatic-plugin-commons": "^0.9.10"
4749
},
4850
"optionalDependencies": {},
4951
"peerDependencies": {

0 commit comments

Comments
 (0)