correct LICENSE format in package.json

This commit is contained in:
AJ ONeal 2018-03-25 23:30:00 -06:00
parent 38a7da0a6c
commit 6593caa2d8
1 changed files with 2 additions and 11 deletions

View File

@ -17,20 +17,11 @@
},
"lib": ".",
"main": "./lib/walk.js",
"version": "2.3.12",
"version": "2.3.13",
"repository": {
"url": "https://git.coolaj86.com/coolaj86/fs-walk.js.git"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
},
{
"type": "Apache2",
"url": "http://opensource.org/licenses/apache2.0.php"
}
],
"license": "(MIT OR Apache-2.0)",
"bugs": {
"url": "https://git.coolaj86.com/coolaj86/fs-walk.js/issues"
},