Add license metadata to package.json #5

Merged
kemitchell merged 1 commit from add-license-metadata into master 2018-07-11 11:47:06 +02:00
kemitchell commented 2018-07-08 19:21:27 +02:00 (Migrated from github.com)

This tiny PR adds a license string to package.json to match the MIT terms in LICENSE.

Adding license metadata to package.json allows users to audit open source licenses automatically, without reviewing every dependency in node_modules. Many tools also use package.json license metadata to compile notice files, to make sure each dependency author gets the credit their license requires.

You can find more information on license properties in package.json files on the doc page for package.json.

This tiny PR adds a `license` string to `package.json` to match the MIT terms in `LICENSE`. Adding license metadata to `package.json` allows users to audit open source licenses automatically, without reviewing every dependency in `node_modules`. Many tools also use `package.json` license metadata to compile notice files, to make sure each dependency author gets the credit their license requires. You can find more information on `license` properties in `package.json` files [on the doc page for `package.json`](https://docs.npmjs.com/files/package.json#license).
marijnh commented 2018-07-11 11:47:22 +02:00 (Migrated from github.com)

Woops, not sure why that wasn't there in the first place. Merged!

Woops, not sure why that wasn't there in the first place. Merged!
kemitchell commented 2018-07-11 19:38:03 +02:00 (Migrated from github.com)

Thanks, @marijnh!

Thanks, @marijnh!
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
prosemirror/prosemirror-gapcursor!5
No description provided.