Skip to content

Commit e230e70

Browse files
committed
fix(pkg): up deps, fix vuls
1 parent 5267af4 commit e230e70

File tree

4 files changed

+316
-667
lines changed

4 files changed

+316
-667
lines changed

Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ module.exports = function (grunt) {
7676
mochacli: {
7777
options: {
7878
timeout: 5000,
79-
reporter: 'mocha-unfunk-reporter'
79+
reporter: 'spec' // mocha-unfunk-reporter
8080
},
8181
all: ['test/test.js']
8282
}

lib/dts-bundle.js

-4
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,6 @@ function callBundle(options) {
6060
return dts.bundle(options);
6161
}
6262

63-
program
64-
.storeOptionsAsProperties(false)
65-
.passCommandToAction(false)
66-
6763
program
6864
.version(pkg.version)
6965
.option('--configJson <value>', "path to json config file. Load it first and override options with additional parameters")

0 commit comments

Comments
 (0)