Skip to content

Commit

Permalink
build: minor package adjustments (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdcabrera authored Jun 30, 2024
1 parent de9feb3 commit 664a81d
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 @@ -6,7 +6,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/cdcabrera/weldable"
"url": "git+https://github.com/cdcabrera/weldable.git"
},
"bugs": {
"url": "https://github.com/cdcabrera/weldable/issues"
Expand All @@ -25,7 +25,7 @@
"src/*js"
],
"bin": {
"weldable": "./bin/cli.js"
"weldable": "bin/cli.js"
},
"type": "commonjs",
"main": "./lib/index.js",
Expand Down

0 comments on commit 664a81d

Please sign in to comment.