Skip to content

Commit

Permalink
upgrade to Typescript 1.7.x
Browse files Browse the repository at this point in the history
fixes #106
  • Loading branch information
Shahar Soel committed Dec 21, 2015
1 parent f240552 commit ba59793
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"lodash": "^3.10.1"
},
"devDependencies": {
"typescript": "~1.6.2",
"typescript": "~1.7.5",
"chai": "^3.4.1",
"coveralls": "^2.11.4",
"gitty": "^3.2.3",
Expand All @@ -59,7 +59,7 @@
"grunt-contrib-concat": "^0.5.1",
"grunt-karma": "~0.12.1",
"grunt-mocha-istanbul": "^3.0.1",
"grunt-ts": "~5.2.0",
"grunt-ts": "~5.3.0-beta.2",
"grunt-tslint": "~3.0.0",
"grunt-typedoc": "^0.2.3",
"grunt-umd": "~2.3.5",
Expand Down

0 comments on commit ba59793

Please sign in to comment.