Skip to content

Commit

Permalink
Merge pull request #4652 from emilio-martinez/feat/angular-v7
Browse files Browse the repository at this point in the history
Allow for angular-devkit/core version aligned with Angular v7
  • Loading branch information
igor-dv authored Oct 31, 2018
2 parents b4d3f81 + 0f6b9f6 commit 3830eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"zone.js": "^0.8.26"
},
"peerDependencies": {
"@angular-devkit/core": "^0.6.1",
"@angular-devkit/core": "^0.6.1 || >=7.0.0",
"@angular/common": ">=6.0.0",
"@angular/compiler": ">=6.0.0",
"@angular/core": ">=6.0.0",
Expand Down

0 comments on commit 3830eea

Please sign in to comment.