Skip to content

Commit

Permalink
feat(tsfmt): update peerDependencies, remove tsc ^1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vvakame committed Aug 18, 2016
1 parent 5a4fdfd commit 35c1d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"glob-expand": "^0.2.0"
},
"peerDependencies": {
"typescript": "^1.0.0 || ^2.0.0 || >=2.1.0-dev"
"typescript": "^2.0.0 || >=2.1.0-dev"
},
"devDependencies": {
"@types/glob-expand": "^0.0.29",
Expand Down

0 comments on commit 35c1d62

Please sign in to comment.