Skip to content

Commit

Permalink
fixing deprecated licenses value
Browse files Browse the repository at this point in the history
  • Loading branch information
jjarrett committed Apr 28, 2016
1 parent 9b5e13e commit fb53a63
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions package.json
Expand Up @@ -22,12 +22,7 @@
"bugs": {
"url": "https://github.com/approvals/Approvals.NodeJS/issues"
},
"licenses": [
{
"type": "Apache",
"url": "http://approvaltests.sourceforge.net//blob/master/LICENSE-Apache"
}
],
"license": "Apache-2.0",
"main": "lib/Approvals",
"bin": {
"approvals": "./bin/index.js"
Expand Down

0 comments on commit fb53a63

Please sign in to comment.