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 72fa5ec commit e74b7e0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,5 @@
"node": ">=0.10.0",
"npm": ">=1.2.10"
},
"licenses": [
{
"type": "MIT"
}
]
"license": "MIT"
}

0 comments on commit e74b7e0

Please sign in to comment.