Skip to content

Commit dcc057d

Browse files
committed
up fixed await-spawn
1 parent bcf22a2 commit dcc057d

File tree

3 files changed

+9
-43
lines changed

3 files changed

+9
-43
lines changed

cli.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import fs from "fs";
55
import path from "path";
66
import spawn from "await-spawn";
77
import flattenDeep from "lodash.flattendeep";
8-
import chunk from "lodash.chunk";
98

109
import ts from "typescript";
1110
import { program } from "commander";

package-lock.json

Lines changed: 8 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,13 @@
2222
},
2323
"devDependencies": {
2424
"@types/chai": "^4.2.11",
25-
"@types/lodash.chunk": "4.2.6",
2625
"@types/lodash.flattendeep": "4.4.6",
2726
"@types/lunr": "^2.3.3",
2827
"@types/mocha": "^7.0.2",
2928
"@types/node": "^12.12.41",
3029
"@types/shell-quote": "^1.7.0",
31-
"await-spawn": "4.0.1",
30+
"await-spawn": "4.0.2",
3231
"chai": "^4.2.0",
33-
"lodash.chunk": "4.2.0",
3432
"lodash.flattendeep": "4.4.0",
3533
"mocha": "^7.2.0",
3634
"ts-node": "^8.10.2",

0 commit comments

Comments
 (0)