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:
parent
13f486d867
commit
008ebad677
1 changed files with 1 additions and 4 deletions
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue