tiny-warning
tiny-warning copied to clipboard
Provide repository to package.json for WebJars compatibility
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!
PR welcome!
Fixed with #4