Skip to content

Commit

Permalink
fix(TypeScript): pin to TypeScript 2.0.x, fix errors with Error subcl…
Browse files Browse the repository at this point in the history
…assing

Because the the last build was pinned to 2.x.x, it built with TypeScript 2.1.x, which had breaking changes but was not a major release.

This should fix that.
  • Loading branch information
benlesh committed Dec 13, 2016
1 parent a95bb17 commit 300504c
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 @@ -186,7 +186,7 @@
"source-map-support": "^0.4.0",
"tslib": "^1.0.0",
"tslint": "^3.15.1",
"typescript": "^2.0.6",
"typescript": "~2.0.6",
"typings": "^2.0.0",
"validate-commit-msg": "^2.3.1",
"watch": "^1.0.1",
Expand Down

0 comments on commit 300504c

Please sign in to comment.