Skip to content

Commit

Permalink
Fix CLI dep issue
Browse files Browse the repository at this point in the history
  • Loading branch information
adelsz committed May 2, 2020
1 parent 4b2a030 commit 5045dce
Show file tree
Hide file tree
Showing 3 changed files with 408 additions and 11 deletions.
38 changes: 29 additions & 9 deletions packages/cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@
"io-ts": "^2.1.2",
"io-ts-reporters": "^1.0.0",
"minimist": "^1.2.5",
"nunjucks": "3.2.1",
"pascal-case": "^3.1.1"
},
"devDependencies": {
"@types/debug": "4.1.5",
"@types/glob": "7.1.1",
"@types/minimist": "1.2.0",
"nunjucks": "3.2.1"
"@types/minimist": "1.2.0"
},
"peerDependencies": {
"typescript": "^3.1"
Expand Down
Loading

0 comments on commit 5045dce

Please sign in to comment.