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

{"message": "No github URL associated with package", "code": 15}

Open btopro opened this issue 6 years ago • 4 comments

I have a git url in there, is there a structure required in package.json to get npm packages to publish to the site?

btopro avatar Oct 23 '18 12:10 btopro

Is it a GitHub URL?

samuelli avatar Oct 25 '18 20:10 samuelli

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

btopro avatar Oct 25 '18 21:10 btopro

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 avatar Oct 25 '18 21:10 samuelli

@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?

jdnichollsc avatar Nov 22 '19 04:11 jdnichollsc