Skip to content

Commit 7155a81

Browse files
hanslBrocco
authored andcommitted
fix(@angular/cli): unlock build optimizer version
We only unlock patches, so this can be released with a patch.
1 parent 59a57a2 commit 7155a81

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"homepage": "https://github.com/angular/angular-cli",
4343
"dependencies": {
44-
"@angular-devkit/build-optimizer": "0.0.13",
44+
"@angular-devkit/build-optimizer": "~0.0.15",
4545
"@angular-devkit/schematics": "~0.0.18",
4646
"@schematics/angular": "~0.0.30",
4747
"autoprefixer": "^6.5.3",

packages/@angular/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"homepage": "https://github.com/angular/angular-cli",
2929
"dependencies": {
30-
"@angular-devkit/build-optimizer": "0.0.13",
30+
"@angular-devkit/build-optimizer": "~0.0.15",
3131
"@angular-devkit/schematics": "~0.0.18",
3232
"@ngtools/json-schema": "1.1.0",
3333
"@ngtools/webpack": "1.7.0-rc.1",

0 commit comments

Comments
 (0)