Skip to content

Commit

Permalink
Fix package
Browse files Browse the repository at this point in the history
Signed-off-by: worksofliam <[email protected]>
  • Loading branch information
worksofliam committed Aug 9, 2024
1 parent 8a145fb commit 9ff5c7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "vscd utility",
"main": "index.js",
"bin": {
"vscd": "./dist/index.js"
"vscd": "dist/index.js"
},
"devDependencies": {
"@babel/core": "^7.24.8",
Expand All @@ -15,7 +15,7 @@
"webpack-cli": "^5.1.4"
},
"repository": {
"url": "https://github.com/codefori/vscd"
"url": "git+https://github.com/codefori/vscd.git"
},
"scripts": {
"build:dev": "webpack --mode none --config ./webpack.config.js",
Expand Down

0 comments on commit 9ff5c7f

Please sign in to comment.