Skip to content

Commit

Permalink
fix(@angular/cli): update build-optimizer
Browse files Browse the repository at this point in the history
Fix #7114
Fix #7110
Fix #7093
  • Loading branch information
filipesilva authored and hansl committed Aug 3, 2017
1 parent 23da906 commit 76779b1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 16 deletions.
17 changes: 3 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"homepage": "https://github.com/angular/angular-cli",
"dependencies": {
"@angular-devkit/build-optimizer": "0.0.3",
"@angular-devkit/build-optimizer": "0.0.8",
"autoprefixer": "^6.5.3",
"chalk": "^2.0.1",
"circular-dependency-plugin": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@angular/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"homepage": "https://github.com/angular/angular-cli",
"dependencies": {
"@angular-devkit/build-optimizer": "0.0.3",
"@angular-devkit/build-optimizer": "0.0.8",
"@ngtools/json-schema": "1.1.0",
"@ngtools/webpack": "1.6.0-rc.3",
"autoprefixer": "^6.5.3",
Expand Down

0 comments on commit 76779b1

Please sign in to comment.