Skip to content

Commit e2187b4

Browse files
committed
fix git url
1 parent e3294b9 commit e2187b4

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ lerna-debug.log
8787
# System Files
8888
.DS_Store
8989
Thumbs.db
90+
.history
9091

9192
# temporary
92-
package-lock.json
93+
package-lock.json

.npmignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ node_modules
77
.DS_Store
88
test
99
.travis.yml
10-
appveyor.yml
10+
appveyor.yml
11+
.history

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
],
1919
"repository": {
2020
"type": "git",
21-
"url": "https://github.com/pmant/ioBroker.harmony"
21+
"url": "git+https://github.com/Pmant/ioBroker.harmony.git"
2222
},
2323
"dependencies": {
2424
"@harmonyhub/discover": "^1.0.8",

0 commit comments

Comments
 (0)