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
pdehaan committed May 24, 2015
1 parent 5ff9cce commit 828e2a2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,7 @@
"keywords": [
"soap"
],
"licenses": [
{
"type": "MIT License",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"license": "MIT",
"devDependencies": {
"mocha": "~1.17.0",
"jshint": "2.3.0",
Expand Down

0 comments on commit 828e2a2

Please sign in to comment.