correct-license-metadata
Advanced tools
Comparing version 1.3.0 to 1.4.0
@@ -77,2 +77,3 @@ var spdxExpressionValidate = require('spdx-expression-validate') | ||
if (argument === 'BSD 3-Clause') return 'BSD-3-Clause' | ||
if (argument === 'MPL 2.0') return 'MPL-2.0' | ||
return false | ||
@@ -79,0 +80,0 @@ } |
{ | ||
"name": "correct-license-metadata", | ||
"version": "1.3.0", | ||
"version": "1.4.0", | ||
"description": "interpret old-style npm licenses arrays and other aberrations", | ||
@@ -5,0 +5,0 @@ "author": "Kyle E. Mitchell <kyle@kemitchell.com> (https://kemitchell.com/)", |
6014
72