Skip to content

Commit 11d7477

Browse files
committed
fix(ts-helpers): support next minor pre release version of typescript
Closes #1
1 parent 23289d4 commit 11d7477

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
@@ -28,7 +28,7 @@
2828
"author": "Martin Hochel <hochelmartin@gmail.com>",
2929
"license": "MIT",
3030
"peerDependencies": {
31-
"typescript": ">=1.8.0"
31+
"typescript": ">=1.8.0 || >=1.9.0-dev"
3232
},
3333
"devDependencies": {
3434
"chai": "3.5.0",

0 commit comments

Comments
 (0)