Skip to content

Commit

Permalink
fix(@ngtools/webpack): add @angular/compiler-cli version `8.1.0-nex…
Browse files Browse the repository at this point in the history
…t.0` as `peerDependency`
  • Loading branch information
alan-agius4 authored and vikerman committed Jun 25, 2019
1 parent 572d005 commit 6d6f786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ngtools/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"webpack-sources": "1.3.0"
},
"peerDependencies": {
"@angular/compiler-cli": ">=8.0.0-beta.0 < 9.0.0",
"@angular/compiler-cli": "^8.0.0-beta.0 || ^8.1.0-beta.0 || ^8.2.0-beta.0 || ^8.3.0-beta.0 || ^8.4.0-beta.0 || >=9.0.0-beta < 9",
"typescript": ">=3.4 < 3.5",
"webpack": "^4.0.0"
},
Expand Down

0 comments on commit 6d6f786

Please sign in to comment.