Skip to content

Commit 300504c

Browse files
committed
fix(TypeScript): pin to TypeScript 2.0.x, fix errors with Error subclassing
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.
1 parent a95bb17 commit 300504c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
"source-map-support": "^0.4.0",
187187
"tslib": "^1.0.0",
188188
"tslint": "^3.15.1",
189-
"typescript": "^2.0.6",
189+
"typescript": "~2.0.6",
190190
"typings": "^2.0.0",
191191
"validate-commit-msg": "^2.3.1",
192192
"watch": "^1.0.1",

0 commit comments

Comments
 (0)