Skip to content

Commit d73f419

Browse files
committed
Add TypeScript 3 to peerDependencies explicitly
1 parent 0b218ef commit d73f419

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
@@ -79,7 +79,7 @@
7979
},
8080
"peerDependencies": {
8181
"tslint": "^4.0.0 || ^5.0.0",
82-
"typescript": "^2.1.0",
82+
"typescript": "^2.1.0 || ^3.0.0",
8383
"webpack": "^2.3.0 || ^3.0.0 || ^4.0.0"
8484
},
8585
"dependencies": {

0 commit comments

Comments
 (0)