webcomponents / webcomponents/webcomponents.org
Cannot publish when GitHub link is not https
Open
Old Site
- Dominant language
- TypeScript
- Stars
- 385
- Forks
- 80
- PR merge metrics
- No merged PRs in 30d
Description
My package has this in package.config
```json
{
"repository": "git@github.com: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?
Contributor guide
Assessment
This issue has not been assessed yet.