From 6593caa2d86519f02fc176b4dddf67b2a306dd1e Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sun, 25 Mar 2018 23:30:00 -0600 Subject: [PATCH] correct LICENSE format in package.json --- package.json | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index e7d43a6..1f9bee5 100644 --- a/package.json +++ b/package.json @@ -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" },