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
pdehaan committed May 23, 2015
1 parent 367eaf4 commit 76d38dc
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions package.json
Expand Up @@ -27,12 +27,7 @@
"devDependencies": {
"tape": "^2.12.0"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/Raynos/global/raw/master/LICENSE"
}
],
"license": "MIT",
"scripts": {
"test": "node ./test",
"build": "browserify test/index.js -o test/static/bundle.js",
Expand Down

0 comments on commit 76d38dc

Please sign in to comment.