Skip to content

Commit

Permalink
feat(tsfmt): support TypeScript 2.0.0 and next
Browse files Browse the repository at this point in the history
  • Loading branch information
vvakame committed Jul 16, 2016
1 parent ae1e041 commit 38dc72e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"glob-expand": "^0.2.0"
},
"peerDependencies": {
"typescript": "^1.0.0 || >=1.8.0-dev || >=1.9.0-dev || >=2.0.0-dev"
"typescript": "^1.0.0 || ^2.0.0 || >=2.1.0-dev"
},
"devDependencies": {
"dtsm": "^1.1.0",
Expand All @@ -49,13 +49,13 @@
"grunt-dtsm": "^1.0.0",
"grunt-exec": "^1.0.0",
"grunt-mocha-test": "^0.12.7",
"grunt-ts": "^5.5.1",
"grunt-ts": "^6.0.0-beta.2",
"grunt-tsconfig-update": "^0.0.1",
"grunt-tslint": "^3.1.1",
"load-grunt-tasks": "^3.5.0",
"mocha": "^2.5.3",
"power-assert": "^1.2.0",
"tslint": "^3.12.1",
"tslint": "^3.13.0",
"typescript": "^1.8.10"
}
}

0 comments on commit 38dc72e

Please sign in to comment.