Skip to content

Commit

Permalink
fix(pkg): up deps, fix vuls
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Mar 16, 2021
1 parent 5267af4 commit e230e70
Show file tree
Hide file tree
Showing 4 changed files with 316 additions and 667 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ module.exports = function (grunt) {
mochacli: {
options: {
timeout: 5000,
reporter: 'mocha-unfunk-reporter'
reporter: 'spec' // mocha-unfunk-reporter
},
all: ['test/test.js']
}
Expand Down
4 changes: 0 additions & 4 deletions lib/dts-bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,6 @@ function callBundle(options) {
return dts.bundle(options);
}

program
.storeOptionsAsProperties(false)
.passCommandToAction(false)

program
.version(pkg.version)
.option('--configJson <value>', "path to json config file. Load it first and override options with additional parameters")
Expand Down
Loading

0 comments on commit e230e70

Please sign in to comment.