We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3294b9 commit e2187b4Copy full SHA for e2187b4
.gitignore
@@ -87,6 +87,7 @@ lerna-debug.log
87
# System Files
88
.DS_Store
89
Thumbs.db
90
+.history
91
92
# temporary
-package-lock.json
93
+package-lock.json
.npmignore
@@ -7,4 +7,5 @@ node_modules
7
8
test
9
.travis.yml
10
-appveyor.yml
+appveyor.yml
11
package.json
@@ -18,7 +18,7 @@
18
],
19
"repository": {
20
"type": "git",
21
- "url": "https://github.com/pmant/ioBroker.harmony"
+ "url": "git+https://github.com/Pmant/ioBroker.harmony.git"
22
},
23
"dependencies": {
24
"@harmonyhub/discover": "^1.0.8",
0 commit comments