webcomponents.org
webcomponents.org copied to clipboard
{"message": "No github URL associated with package", "code": 15}
I have a git url in there, is there a structure required in package.json to get npm packages to publish to the site?
Is it a GitHub URL?
npm package, should we still be submitting github URLs even for npm resources? I'm running it out of a mono-repo so I was running into issues doing that it seemed as well
Just because of how it's built, it still requires an associated GitHub repo.
See reference: https://docs.npmjs.com/files/package.json#repository
Mono repo should be fine, multiple packages can point to the same repo.
@samuelli I'm getting this warning with this config => https://github.com/proyecto26/animatable-component/blob/master/package.json#L35 Is Only https supported here?