Skip to content

Commit

Permalink
Merge pull request #47 from myitcv/fix_peer_dependency_ts_2.0.0
Browse files Browse the repository at this point in the history
Add 'next' support for TypeScript 2.0.0-dev
  • Loading branch information
vvakame authored Jun 30, 2016
2 parents 244b763 + 61589d4 commit 35a371c
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 @@ -37,7 +37,7 @@
"glob-expand": "^0.1.0"
},
"peerDependencies": {
"typescript": "^1.0.0 || >=1.8.0-dev || >=1.9.0-dev"
"typescript": "^1.0.0 || >=1.8.0-dev || >=1.9.0-dev || >=2.0.0-dev"
},
"devDependencies": {
"dtsm": "^1.1.0",
Expand Down

0 comments on commit 35a371c

Please sign in to comment.