Skip to content

Commit

Permalink
fix(@angular/cli): update clean-css to handle parsing edge cases
Browse files Browse the repository at this point in the history
  • Loading branch information
clydin authored and hansl committed Mar 7, 2018
1 parent 6a55af3 commit d5d1d9b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
13 changes: 6 additions & 7 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 @@ -51,7 +51,7 @@
"cache-loader": "^1.2.0",
"chalk": "~2.2.0",
"circular-dependency-plugin": "^4.2.1",
"clean-css": "^4.1.9",
"clean-css": "^4.1.11",
"common-tags": "^1.3.1",
"copy-webpack-plugin": "~4.4.1",
"core-object": "^3.1.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 @@ -39,7 +39,7 @@
"cache-loader": "^1.2.0",
"chalk": "~2.2.0",
"circular-dependency-plugin": "^4.2.1",
"clean-css": "^4.1.9",
"clean-css": "^4.1.11",
"common-tags": "^1.3.1",
"copy-webpack-plugin": "~4.4.1",
"core-object": "^3.1.0",
Expand Down

0 comments on commit d5d1d9b

Please sign in to comment.