From 983c2c8258560b6e904f34ec2ed265680cde988b Mon Sep 17 00:00:00 2001 From: marcus Date: Mon, 10 Aug 2015 18:10:49 +0200 Subject: [PATCH] Revised license information to provide a SPDX 2.0 license identifier in-line with npm v2.1 guidelines on license metadata - see also https://github.com/npm/npm/releases/tag/v2.10.0, Updated README --- README.md | 5 +++++ package.json | 7 +------ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1ce1142..a85947d 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,11 @@ History * Updated dependencies * Added version badge * Added usage example + +* 20150810, V0.1.0 + * Reset variables to allow for multiple calls of dumpLicenses function (thanks @Kienz) + * Revised license information to provide a SPDX 2.0 license identifier in-line with npm v2.1 guidelines on + license metadata - see also https://github.com/npm/npm/releases/tag/v2.10.0 Todo ---- diff --git a/package.json b/package.json index e32bea4..7b45bbf 100644 --- a/package.json +++ b/package.json @@ -36,12 +36,7 @@ "bugs": { "url": "http://github.com/mwittig/npm-license-crawler/issues" }, - "licenses": [ - { - "type": "BSD", - "url": "https://github.com/mwittig/npm-license-crawler/blob/master/LICENSE" - } - ], + "license": "BSD-3-Clause-Clear", "repository": { "type": "git", "url": "http://github.com/mwittig/npm-license-crawler.git"