Skip to content

Commit

Permalink
Don't depend on specific TS version (#147)
Browse files Browse the repository at this point in the history
* Don't depend on specific TS version

* Fix typo
  • Loading branch information
FredyC authored and jaredpalmer committed Jun 18, 2019
1 parent 2fb7e05 commit 830e104
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@
"sade": "^1.4.2",
"tiny-glob": "^0.2.6",
"ts-jest": "^24.0.2",
"tslib": "^1.9.3",
"typescript": "^3.4.5"
"tslib": "^1.9.3"
},
"devDependencies": {
"@types/ansi-escapes": "^4.0.0",
Expand All @@ -87,7 +86,11 @@
"tslint": "^5.16.0",
"tslint-config-palmerhq": "^1.0.2",
"tslint-config-prettier": "^1.18.0",
"tslint-react": "^4.0.0"
"tslint-react": "^4.0.0",
"typescript": "^3.4.5"
},
"peerDependencies": {
"typescript": "3"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 830e104

Please sign in to comment.