diff --git a/package.json b/package.json index 00850e1..872f902 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,7 @@ "Mark Tse ", "Mark Tse ", "Mattias Amnefelt ", + "Mehmet Baker ", "Michael Kühnel ", "Michael Williamson ", "Paul Mandel ", @@ -73,6 +74,7 @@ "treeify": "^1.1.0" }, "devDependencies": { + "@types/mssql": "6.0.8", "@types/node": "^15.0.1", "detectionizr": "*", "eslint": "^7.25.0", @@ -99,7 +101,7 @@ }, "scripts": { "changes": "github-changes -o RSeidelsohn -r license-checker-rseidelsohn", - "contrib": "./scripts/contrib.js", + "contrib": "node ./scripts/contrib.js", "pretest": "eslint --fix .", "test": "jenkins-mocha ./tests/*.js", "posttest": "nyc check-coverage && nyc report -r lcov -r text -r text-summary" diff --git a/scripts/contrib.js b/scripts/contrib.js index b83bf73..6b60ea0 100755 --- a/scripts/contrib.js +++ b/scripts/contrib.js @@ -41,7 +41,6 @@ json.contributors = [ 'Peter Uithoven ', 'Philipp Tusch ', 'Rogier Schouten ', - 'Roman Seidelsohn ', 'Stan Senotrusov ', 'Stoyan Revov ', 'Tero Keski-Valkama ', diff --git a/tests/packages-test.js b/tests/packages-test.js index 11842b3..e524f03 100644 --- a/tests/packages-test.js +++ b/tests/packages-test.js @@ -20,6 +20,7 @@ describe('bin/license-checker-rseidelsohn', function () { }, ); + console.log(output.stderr.toString()); assert.deepEqual(Object.keys(JSON.parse(output.stdout.toString())), restrictedPackages); });