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

Commit 3bff671

Browse files
domoritzs-panferov
authored andcommitted
Update to Typescript 3 (#610)
* Update to Typescript 3 Fixes #602 * Support both TS 2 and 3
1 parent a4f03c0 commit 3bff671

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
@@ -43,7 +43,7 @@
4343
"webpack-log": "^1.2.0"
4444
},
4545
"peerDependencies": {
46-
"typescript": "^2.7"
46+
"typescript": "^2.7 || ^3"
4747
},
4848
"devDependencies": {
4949
"@types/chai": "^4.1.3",

0 commit comments

Comments
 (0)