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 e56aad2 commit f32ac88
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@
"web": "https://github.com/troygoode/"
}
],
"licenses": [
{"type": "MIT", "url": "http://www.opensource.org/licenses/mit-license.php"}
],
"license": "MIT",
"bugs": {"url": "https://github.com/troygoode/node-cors/issues"},
"main": "./lib/index.js",
"engines": {
Expand Down

0 comments on commit f32ac88

Please sign in to comment.