Skip to content

Commit

Permalink
package.json: Replace deprec. 'licenses' field with 'license' field
Browse files Browse the repository at this point in the history
  • Loading branch information
addaleax committed Aug 8, 2015
1 parent bd6acb5 commit cf41360
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 @@ -18,12 +18,7 @@
"type": "git",
"url": "git@github.com:addaleax/q-ratelimit.git"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/addaleax/q-ratelimit/raw/master/LICENSE"
}
],
"license": "MIT",
"scripts": {
"test": "mocha test -s 6500 -t 8000"
},
Expand Down

0 comments on commit cf41360

Please sign in to comment.