Skip to content

Commit

Permalink
fix(@angular/cli): unlock build optimizer version
Browse files Browse the repository at this point in the history
We only unlock patches, so this can be released with a patch.
  • Loading branch information
hansl authored and Brocco committed Aug 30, 2017
1 parent 59a57a2 commit 7155a81
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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 @@ -41,7 +41,7 @@
},
"homepage": "https://github.com/angular/angular-cli",
"dependencies": {
"@angular-devkit/build-optimizer": "0.0.13",
"@angular-devkit/build-optimizer": "~0.0.15",
"@angular-devkit/schematics": "~0.0.18",
"@schematics/angular": "~0.0.30",
"autoprefixer": "^6.5.3",
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.13",
"@angular-devkit/build-optimizer": "~0.0.15",
"@angular-devkit/schematics": "~0.0.18",
"@ngtools/json-schema": "1.1.0",
"@ngtools/webpack": "1.7.0-rc.1",
Expand Down

0 comments on commit 7155a81

Please sign in to comment.