Skip to content

Commit

Permalink
fix: set typescript as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kjin committed Aug 18, 2017
1 parent 2855a51 commit b26a0f6
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"read-package-json": "^2.0.10",
"rimraf": "^2.6.1",
"tslint": "^5.5.0",
"typescript": "^2.4.1",
"update-notifier": "^2.2.0",
"write-file-atomic": "^2.1.0"
},
Expand All @@ -63,11 +64,7 @@
"make-dir": "^1.0.0",
"ncp": "^2.0.0",
"source-map-support": "^0.4.15",
"tmp": "0.0.31",
"typescript": "^2.4.1"
},
"peerDependencies": {
"typescript": "^2.4.1"
"tmp": "0.0.31"
},
"ava": {
"require": [
Expand Down

0 comments on commit b26a0f6

Please # to comment.