Skip to content

Commit

Permalink
WIP: Remove zonejs from devDeps; allow ^0.8.0 || ^0.9.0 (#6957)
Browse files Browse the repository at this point in the history
WIP: Remove zonejs from devDeps; allow ^0.8.0 || ^0.9.0
  • Loading branch information
shilman committed Jun 4, 2019
2 parents 8792884 + 0643a09 commit 3dc444a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions app/angular/package.json
Expand Up @@ -38,9 +38,6 @@
"tsconfig-paths-webpack-plugin": "^3.2.0",
"webpack": "^4.32.2"
},
"devDependencies": {
"zone.js": "^0.8.29"
},
"peerDependencies": {
"@angular-devkit/core": "^0.6.1 || >=7.0.0",
"@angular/common": ">=6.0.0",
Expand All @@ -52,7 +49,7 @@
"autoprefixer": "^8.1.0",
"babel-loader": "^7.0.0 || ^8.0.0",
"rxjs": "^6.0.0",
"zone.js": "^0.8.29"
"zone.js": "^0.8.29 || ^0.9.0"
},
"engines": {
"node": ">=8.0.0"
Expand Down

0 comments on commit 3dc444a

Please sign in to comment.