Skip to content

Commit

Permalink
fix(@angular/cli): Unpin version of @angular-devkit/schematics
Browse files Browse the repository at this point in the history
fixes #7492
  • Loading branch information
Brocco committed Aug 25, 2017
1 parent d03e8dc commit 884385e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -42,8 +42,8 @@
"homepage": "https://github.com/angular/angular-cli",
"dependencies": {
"@angular-devkit/build-optimizer": "0.0.13",
"@angular-devkit/schematics": "0.0.17",
"@schematics/angular": "~0.0.0",
"@angular-devkit/schematics": "~0.0.18",
"@schematics/angular": "~0.0.30",
"autoprefixer": "^6.5.3",
"chalk": "^2.0.1",
"circular-dependency-plugin": "^3.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/@angular/cli/package.json
Expand Up @@ -28,10 +28,10 @@
"homepage": "https://github.com/angular/angular-cli",
"dependencies": {
"@angular-devkit/build-optimizer": "0.0.13",
"@angular-devkit/schematics": "0.0.17",
"@angular-devkit/schematics": "~0.0.18",
"@ngtools/json-schema": "1.1.0",
"@ngtools/webpack": "1.7.0-rc.0",
"@schematics/angular": "~0.0.0",
"@schematics/angular": "~0.0.30",
"autoprefixer": "^6.5.3",
"chalk": "^2.0.1",
"circular-dependency-plugin": "^3.0.0",
Expand Down

0 comments on commit 884385e

Please sign in to comment.