Skip to content

Commit

Permalink
Update license in package.json
Browse files Browse the repository at this point in the history
Following the latest spec at https://docs.npmjs.com/files/package.json

Include the identifier for the previously-omitted JSON License
  • Loading branch information
Travis Horn authored and jugglinmike committed May 29, 2015
1 parent 2444a04 commit e47168f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions package.json
Expand Up @@ -57,12 +57,7 @@
"unicode-6.3.0": "0.1.x"
},

"licenses": [
{
"type": "MIT",
"url": "https://github.com/jshint/jshint/blob/master/LICENSE"
}
],
"license": "(MIT AND JSON)",

"preferGlobal": true,

Expand Down

1 comment on commit e47168f

@Krinkle
Copy link

@Krinkle Krinkle commented on e47168f Jun 3, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This cases a broken link to be rendered at https://www.npmjs.com/package/jshint.

See also https://github.com/npm/newww/issues/992.

May want to go back to array/object notation and perhaps add a second entry for "JSON".

Please sign in to comment.