Skip to content

Commit

Permalink
config: Update fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Seidelsohn committed May 30, 2021
1 parent e20ebb1 commit ee23ecd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "license-checker-rseidelsohn",
"description": "Feature enhanced version of the original license-checker v25.0.1",
"author": "Roman Seidelsohn <rseidelsohn@gmail.com>",
"version": "2.1.0",
"version": "2.1.1",
"contributors": [
"Adam Weber <adamweber01@gmail.com>",
"Andrew Couch <andy@couchand.com>",
Expand Down Expand Up @@ -123,6 +123,6 @@
"lines": 96,
"statements": 96,
"functions": 95,
"branches": 89
"branches": 85
}
}
4 changes: 2 additions & 2 deletions tests/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit ee23ecd

Please sign in to comment.