update license attribute

specifying the type and URL is deprecated:

https://docs.npmjs.com/files/package.json#license
http://npm1k.org/
This commit is contained in:
Gilad Peleg 2015-05-19 13:02:24 +03:00
parent 13f486d867
commit 008ebad677

View file

@ -32,8 +32,5 @@
"scripts": { "test": "nodeunit tests/runner.js" },
"licenses": [{
"type" : "MIT",
"url" : "http://github.com/ryanmcgrath/wrench-js/raw/master/LICENSE"
}]
"license": "MIT"
}