Compare commits

...

2 Commits

Author SHA1 Message Date
AJ ONeal 625d3f256f
Merge pull request #4 from pdehaan/patch-1
Update license attribute
2018-03-27 22:34:58 -06:00
Peter deHaan d8a75802a9 Update license attribute
specifying the type and URL is deprecated:

https://docs.npmjs.com/files/package.json#license
http://npm1k.org/
2015-05-20 22:48:25 -07:00
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"
}