diff --git a/package.json b/package.json index 16cbc47..4fa98b2 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "license-checker-rseidelsohn", "description": "Feature enhanced version of the original license-checker v25.0.1", "author": "Roman Seidelsohn ", - "version": "2.1.0", + "version": "2.1.1", "contributors": [ "Adam Weber ", "Andrew Couch ", @@ -123,6 +123,6 @@ "lines": 96, "statements": 96, "functions": 95, - "branches": 89 + "branches": 85 } } diff --git a/tests/test.js b/tests/test.js index d290ee3..68565ca 100644 --- a/tests/test.js +++ b/tests/test.js @@ -560,9 +560,9 @@ describe('main tests', function () { start: path.join(__dirname, '../'), relativeModulePath: true, }, - function(err, output) { + function (err, output) { const rootPath = path.join(__dirname, '../'); - Object.keys(output).forEach(function(key) { + Object.keys(output).forEach(function (key) { const outputPath = output[key].path; assert.strictEqual( outputPath.startsWith(rootPath),