Skip to content

Conversation

@cknadler
Copy link

npm is issuing the following warning when using JSV:

npm WARN package.json JSV@4.0.2 'repositories' (plural) Not supported.
npm WARN package.json Please pick one as the 'repository' field

This commit changes the repositories key in package.json to repository as
per the new npm package schema:

https://npmjs.org/doc/files/package.json.html
#78 is a very similar pull request, except it doesn't remove the array.

npm is issuing the following warning when using JSV:

```
npm WARN package.json JSV@4.0.2 'repositories' (plural) Not supported.
npm WARN package.json Please pick one as the 'repository' field
```

This commit changes the `repositories` key in `package.json` to `repository` as
per the new npm package schema:

https://npmjs.org/doc/files/package.json.html
@crwhite21
Copy link

+1 - This makes NPM install a pain when added as a dependency

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants