Skip to content

Commit

Permalink
update license attribute
Browse files Browse the repository at this point in the history
specifying the type and URL is deprecated:

https://docs.npmjs.com/files/package.json#license
http://npm1k.org/
  • Loading branch information
pgilad committed May 19, 2015
1 parent 73c8e2c commit bf9801c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions package.json
Expand Up @@ -7,12 +7,7 @@
"url": "http://gruntjs.com/"
},
"repository": "gruntjs/grunt-contrib-clean",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/gruntjs/grunt-contrib-clean/blob/master/LICENSE-MIT"
}
],
"license": "MIT",
"engines": {
"node": ">=0.10.0"
},
Expand Down

0 comments on commit bf9801c

Please sign in to comment.