Skip to content

Commit

Permalink
chore: audit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
int64ago committed Sep 8, 2019
1 parent f0e64cf commit bf2cb2c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5,738 deletions.
1 change: 0 additions & 1 deletion lib/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ exports.correctFullName = (name) => {
return `svrx-plugin-${paramCase(name)}`;
};

// TODO: move to svrx-util
exports.spawn = (cmd, args, opts = {}) => {
const shell = opts.shell || process.platform === 'win32';
return new Promise((res, rej) => {
Expand Down
Loading

0 comments on commit bf2cb2c

Please sign in to comment.