Skip to content

Commit

Permalink
chore(package): normalize repository.url
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Mar 23, 2024
1 parent 845da0c commit 4dde6a3
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 @@ -32,15 +32,15 @@
"vitest": "^0.34.1"
},
"bin": {
"sveld": "./cli.js"
"sveld": "cli.js"
},
"files": [
"lib",
"cli.js"
],
"repository": {
"type": "git",
"url": "https://github.com/carbon-design-system/sveld.git"
"url": "git+https://github.com/carbon-design-system/sveld.git"
},
"homepage": "https://github.com/carbon-design-system/sveld",
"bugs": "https://github.com/carbon-design-system/sveld/issues",
Expand Down

0 comments on commit 4dde6a3

Please sign in to comment.