tiny-warning icon indicating copy to clipboard operation
tiny-warning copied to clipboard

Provide repository to package.json for WebJars compatibility

Open trathschlag opened this issue 7 years ago • 2 comments

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!

trathschlag avatar Dec 06 '18 11:12 trathschlag

PR welcome!

alexreardon avatar Dec 07 '18 04:12 alexreardon

Fixed with #4

alexreardon avatar Dec 18 '18 09:12 alexreardon