Skip to content

Commit

Permalink
Fix the build: stick with typescript v2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtelnov committed Dec 8, 2016
1 parent a82b582 commit b6850d9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@
"gulp-sourcemaps": "^1.6.0",
"gulp-typescript": "^2.13.6",
"gulp-uglify": "^2.0.0",
"karma": "~1.1.2",
"karma-coverage": "~1.1.1",
"karma-junit-reporter": "~1.1.0",
"karma-phantomjs-launcher": "~1.0.1",
"karma-qunit": "~1.1.0",
"karma": "^1.1.2",
"karma-coverage": "^1.1.1",
"karma-junit-reporter": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.1",
"karma-qunit": "^1.1.0",
"qunit": "^0.9.1",
"rimraf": "^2.5.4",
"source-map-loader": "^0.1.5",
"ts-loader": "^0.9.4",
"typescript": "^2.0.2",
"typescript": "~2.0.6",
"webpack-stream": "^3.2.0"
},
"dependencies": {
Expand Down

0 comments on commit b6850d9

Please sign in to comment.