Skip to content

Commit 9ff5c7f

Browse files
committed
Fix package
Signed-off-by: worksofliam <mrliamallan@live.co.uk>
1 parent 8a145fb commit 9ff5c7f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "vscd utility",
55
"main": "index.js",
66
"bin": {
7-
"vscd": "./dist/index.js"
7+
"vscd": "dist/index.js"
88
},
99
"devDependencies": {
1010
"@babel/core": "^7.24.8",
@@ -15,7 +15,7 @@
1515
"webpack-cli": "^5.1.4"
1616
},
1717
"repository": {
18-
"url": "https://github.com/codefori/vscd"
18+
"url": "git+https://github.com/codefori/vscd.git"
1919
},
2020
"scripts": {
2121
"build:dev": "webpack --mode none --config ./webpack.config.js",

0 commit comments

Comments
 (0)