Skip to content

Commit

Permalink
fix: update broken url to validate-npm-package-license in README
Browse files Browse the repository at this point in the history
PR-URL: #95
Credit: @giodamelio
  • Loading branch information
giodamelio authored and aeschright committed Jan 29, 2019
1 parent 156ad83 commit 9d1ce80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ If `version` field is given, the value of the version field must be a valid *sem

### Rules for license field

The `license` field should be a valid *SPDX license expression* or one of the special values allowed by [validate-npm-package-license](https://npmjs.com/packages/validate-npm-package-license). See [documentation for the license field in package.json](https://docs.npmjs.com/files/package.json#license).
The `license` field should be a valid *SPDX license expression* or one of the special values allowed by [validate-npm-package-license](https://npmjs.com/package/validate-npm-package-license). See [documentation for the license field in package.json](https://docs.npmjs.com/files/package.json#license).

## Credits

Expand Down

0 comments on commit 9d1ce80

Please sign in to comment.