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

Fix npm "dependencies" warning #83

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix npm "dependencies" warning #83

wants to merge 1 commit into from

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