Skip to content

Commit 58977a1

Browse files
alan-agius4alexeagle
authored andcommitted
feat(@ngtools/webpack): add typescript version 3.0.x as a peer dependency
1 parent cc6181e commit 58977a1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/ngtools/webpack/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,10 @@
3131
"webpack-sources": "^1.1.0"
3232
},
3333
"peerDependencies": {
34-
"typescript": "~2.4.0 || ~2.5.0 || ~2.6.0 || ~2.7.0 || ~2.8.0 || ~2.9.0",
34+
"typescript": ">=2.4.0 < 3.1",
3535
"webpack": "^4.0.0"
3636
},
3737
"devDependencies": {
38-
"typescript": "~2.9.2",
3938
"webpack": "^4.0.0"
4039
}
4140
}

0 commit comments

Comments
 (0)