webcomponents.org icon indicating copy to clipboard operation
webcomponents.org copied to clipboard

Cannot publish when GitHub link is not https

Open tpluscode opened this issue 6 years ago • 0 comments

My package has this in package.config

{
  "repository": "[email protected]:zazuko/openlayers-elements.git"
}

It fails to publish with error {"message": "No github URL associated with package", "code": 15} unless the repository link is changed to HTTPS.

I think both should be acceptable as they are equally supported by npm, right?

tpluscode avatar Feb 20 '19 12:02 tpluscode