Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.

Commit ef7203b

Browse files
committed
fix(typescript): lock typescript version to 2.0.x for now due to build error with 2.1.x
lock typescript version to 2.0.x for now due to build error with 2.1.x
1 parent d6fe709 commit ef7203b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"tiny-lr": "1.0.3",
5353
"tslint": "3.15.1",
5454
"tslint-eslint-rules": "1.5.0",
55-
"typescript": "^2.0.3",
55+
"typescript": "~2.0.10",
5656
"uglify-js": "2.7.3",
5757
"webpack": "^2.1.0-beta.27",
5858
"ws": "1.1.1"

0 commit comments

Comments
 (0)