Skip to content

Commit

Permalink
Set zone.js as a peer and dev dependency
Browse files Browse the repository at this point in the history
Resolves #4641
  • Loading branch information
emilio-martinez committed Oct 31, 2018
1 parent 3830eea commit 3cb61ed
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions app/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@
"sass-loader": "^7.1.0",
"ts-loader": "^5.2.2",
"tsconfig-paths-webpack-plugin": "^3.2.0",
"webpack": "^4.23.1",
"zone.js": "^0.8.26"
"webpack": "^4.23.1"
},
"peerDependencies": {
"@angular-devkit/core": "^0.6.1 || >=7.0.0",
Expand All @@ -51,6 +50,10 @@
"@angular/forms": ">=6.0.0",
"@angular/platform-browser": ">=6.0.0",
"@angular/platform-browser-dynamic": ">=6.0.0",
"babel-loader": "^7.0.0 || ^8.0.0"
"babel-loader": "^7.0.0 || ^8.0.0",
"zone.js": "^0.8.26"
},
"devDependencies": {
"zone.js": "^0.8.26"
}
}

0 comments on commit 3cb61ed

Please sign in to comment.