Skip to content

Commit

Permalink
fix: typescript version conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
cxtom committed Jul 9, 2019
1 parent a6ea75c commit 67aad23
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"fs-extra": "^7.0.1",
"lodash": "^4.17.11",
"ts-morph": "^2.3.0",
"typescript": "~3.4.5",
"yargs": "^13.2.4"
},
"nyc": {
Expand Down Expand Up @@ -67,6 +66,9 @@
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"peerDependencies": {
"typescript": "~3.4.5"
},
"devDependencies": {
"@commitlint/cli": "^7.6.1",
"@commitlint/config-conventional": "^7.6.0",
Expand All @@ -75,6 +77,7 @@
"@types/node": "^10.14.7",
"conventional-changelog": "^3.1.3",
"conventional-changelog-cli": "^2.0.12",
"typescript": "~3.4.5",
"husky": "^1.3.1",
"istanbul": "^0.4.5",
"koa": "^2.7.0",
Expand Down

0 comments on commit 67aad23

Please sign in to comment.