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 license field of package.json #179

Merged
merged 1 commit into from
Nov 26, 2017

Conversation

astorije
Copy link
Contributor

When running npm install, the output would specify:

npm WARN jasmine-reporters@2.2.1 No license field.

According to the docs:

Some old packages used license objects or a "licenses" property containing an array of license objects: [...]
Those styles are now deprecated. Instead, use SPDX expressions, like this: [...]

When running `npm install`, the output would specify:

```
npm WARN jasmine-reporters@2.2.1 No license field.
```

According to [the docs](https://docs.npmjs.com/files/package.json#license):

> Some old packages used license objects or a "licenses" property containing an array of license objects: [...]
> Those styles are now deprecated. Instead, use SPDX expressions, like this: [...]
@putermancer putermancer merged commit 06312ec into larrymyers:master Nov 26, 2017
@astorije astorije deleted the astorije/fix-license branch November 26, 2017 17:41
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.

2 participants