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:48:25 -07:00
parent e588305f24
commit d8a75802a9
1 changed files with 1 additions and 1 deletions

View File

@ -18,6 +18,6 @@
"btoa": "bin/btoa.js"
},
"main": "index",
"license": "Apache2",
"license": "Apache-2.0",
"version": "1.1.2"
}