Skip to content

Commit

Permalink
fix(@angular/cli): Allow patch updates to @schematics/angular (#7483)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brocco authored and hansl committed Aug 23, 2017
1 parent b0d1bff commit 6713e76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"dependencies": {
"@angular-devkit/build-optimizer": "0.0.13",
"@angular-devkit/schematics": "0.0.17",
"@schematics/angular": "0.0.27",
"@schematics/angular": "~0.0.0",
"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 @@ -31,7 +31,7 @@
"@angular-devkit/schematics": "0.0.17",
"@ngtools/json-schema": "1.1.0",
"@ngtools/webpack": "1.7.0-beta.1",
"@schematics/angular": "0.0.27",
"@schematics/angular": "~0.0.0",
"autoprefixer": "^6.5.3",
"chalk": "^2.0.1",
"circular-dependency-plugin": "^3.0.0",
Expand Down

0 comments on commit 6713e76

Please sign in to comment.