Skip to content

Commit 59ce342

Browse files
committed
fix(package): add missing dependency
1 parent ec6735d commit 59ce342

2 files changed

Lines changed: 25 additions & 16 deletions

File tree

package-lock.json

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

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"clean": "rimraf ./dist",
99
"commit": "commit",
1010
"preexample": "npm run package",
11-
"example": "ts-node ./example/cli.ts",
11+
"example": "ts-node ./example",
1212
"lint": "tslint -p ./tsconfig.json",
1313
"lint:fix": "npm run lint -- --fix",
1414
"prebuild": "npm run clean",
@@ -55,6 +55,7 @@
5555
"dependencies": {
5656
"app-root-path": "^2.1.0",
5757
"chalk": "^2.4.1",
58+
"commander": "^2.18.0",
5859
"fs-extra": "^7.0.0",
5960
"reflect-metadata": "^0.1.12"
6061
}

0 commit comments

Comments
 (0)