Skip to content

Commit

Permalink
build: minor package adjustments (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdcabrera authored Aug 5, 2024
1 parent 73419d4 commit 9a02ff8
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/changelog-light"
"url": "git+https://github.com/cdcabrera/changelog-light.git"
},
"bugs": {
"url": "https://github.com/cdcabrera/changelog-light/issues"
Expand All @@ -27,7 +27,7 @@
"src/*.js"
],
"bin": {
"changelog": "./bin/cli.js"
"changelog": "bin/cli.js"
},
"scripts": {
"build:deps": "bash ./scripts/dependencies.sh --doctor -u --doctorTest \"npm run test:deps\"",
Expand Down

0 comments on commit 9a02ff8

Please sign in to comment.