Skip to content
This repository has been archived by the owner on Feb 2, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:InfoSec812/npm-audit-ci-wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
InfoSec812 committed Oct 29, 2019
2 parents 848b167 + 06d5947 commit 6b83bf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ if (threshold === -1) {
var command = 'npm';
var command_args = ['audit', '--json'];
if ( registry !== null ) {
command_args.push(' --registry=' + registry);
command_args.push('--registry=' + registry);
}

var stdout = '';
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "npm-audit-ci-wrapper",
"version": "2.4.0",
"version": "2.4.1",
"description": "A wrapper for 'npm audit' which can be configurable for use in a CI/CD tool like Jenkins",
"keywords": [
"npm",
Expand Down

0 comments on commit 6b83bf4

Please sign in to comment.