Skip to content

Commit 224eac7

Browse files
ValeryVShansl
authored andcommitted
fix(@ngtools/webpack): allow 4.0.0-beta version of @angular/tsc-wrapped dependency (angular#4847)
1 parent 432c0a2 commit 224eac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@ngtools/webpack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@angular/compiler": "^2.3.1 || >=4.0.0-beta <5.0.0",
3535
"@angular/compiler-cli": "^2.3.1 || >=4.0.0-beta <5.0.0",
3636
"@angular/core": "^2.3.1 || >=4.0.0-beta <5.0.0",
37-
"@angular/tsc-wrapped": "^0.5.0",
37+
"@angular/tsc-wrapped": "^0.5.0 || >=4.0.0-beta <5.0.0",
3838
"typescript": "^2.0.2",
3939
"webpack": "^2.2.0"
4040
}

0 commit comments

Comments
 (0)