Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide repository to package.json for WebJars compatibility #3

Open
trathschlag opened this issue Dec 6, 2018 · 2 comments
Open

Comments

@trathschlag
Copy link

I am trying to use tiny-warning with webjars.org and get the following error:

The metadata was missing a required field: /repository/url
This could be easily fixed by adding the information to the package.json:

"repository": {
  "type" : "git",
  "url" : "..."
}

Thanks in advance!

@alexreardon
Copy link
Owner

PR welcome!

@alexreardon
Copy link
Owner

Fixed with #4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants