Skip to content

Commit

Permalink
https protocol for the Git repository
Browse files Browse the repository at this point in the history
> npx pulp publish
Checking your package is registered in purescript/registry...
* A package with the name purescript-elm-license-checker already exists in the registry, but the repository urls did not match.
* Repository url in your bower.json file:
*   git://github.com/kakkun61/elm-license-checker.git
* Repository url in the registry:
*   https://github.com/kakkun61/elm-license-checker.git
* Please make sure these urls match.
* ERROR: Package repository url mismatch
  • Loading branch information
kakkun61 committed Jan 16, 2021
1 parent e711532 commit 0ba6f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
],
"repository": {
"type": "git",
"url": "git://github.com/kakkun61/elm-license-checker.git"
"url": "https://github.com/kakkun61/elm-license-checker.git"
},
"ignore": [
"**/.*",
Expand Down

0 comments on commit 0ba6f5c

Please sign in to comment.