alexreardon / tiny-invariant

A tiny invariant function

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Provide repository to package.json for WebJars compatibility

trathschlag opened this issue · comments

I am trying to use tiny-invariant 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!