Skip to content

Commit d813697

Browse files
committed
fix(package): use relative path
1 parent 6273842 commit d813697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Bridge for Google Home and Loxone",
55
"main": "index.js",
66
"bin": {
7-
"google-home-loxone": "./bin/global.js"
7+
"google-home-loxone": "bin/global.js"
88
},
99
"dependencies": {
1010
"axios-observable": "^2.0.0",

0 commit comments

Comments
 (0)