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:
Peter deHaan 2015-05-20 22:52:42 -07:00
parent 5670628570
commit 21d6d62615
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,6 @@
},
"main": "lib/index.js",
"dependencies": {},
"license": "Apache2",
"license": "Apache-2.0",
"devDependencies": {}
}