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

Warning: Add license to package.json #2

Merged
merged 1 commit into from Dec 30, 2015

Conversation

ax3l
Copy link
Contributor

@ax3l ax3l commented Dec 29, 2015

Removes the warning

npm WARN EPACKAGEJSON _lifecycle@1.0.2 No license field.

during npm install by adding the MIT license that is used in LICENSE to package.json .

Removes the warning
```
npm WARN EPACKAGEJSON _lifecycle@1.0.2 No license field.
```

during `npm install` by adding the
[MIT license](https://spdx.org/licenses/)
that is used in `LICENSE` to
[package.json](https://docs.npmjs.com/files/package.json)
kmalakoff added a commit that referenced this pull request Dec 30, 2015
Warning: Add license to `package.json`
@kmalakoff kmalakoff merged commit 8b7e859 into kmalakoff:master Dec 30, 2015
@kmalakoff
Copy link
Owner

Thank you! I've published...

@ax3l ax3l deleted the topic-licensePackage branch December 30, 2015 13:00
@ax3l
Copy link
Contributor Author

ax3l commented Dec 30, 2015

cool, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants