Skip to content

Commit

Permalink
release: 1.6.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
clydin authored and hansl committed Dec 4, 2017
1 parent 37abd83 commit f84742d
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 35 deletions.
42 changes: 15 additions & 27 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular/cli",
"version": "1.6.0-rc.1",
"version": "1.6.0-rc.2",
"description": "CLI tool for Angular",
"main": "packages/@angular/cli/lib/cli/index.js",
"trackingCode": "UA-8594346-19",
Expand Down Expand Up @@ -42,8 +42,8 @@
"homepage": "https://github.com/angular/angular-cli",
"dependencies": {
"@angular-devkit/build-optimizer": "~0.0.34",
"@angular-devkit/schematics": "~0.0.38",
"@schematics/angular": "~0.1.8",
"@angular-devkit/schematics": "~0.0.39",
"@schematics/angular": "~0.1.9",
"autoprefixer": "^6.5.3",
"chalk": "~2.2.0",
"circular-dependency-plugin": "^4.2.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/@angular/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular/cli",
"version": "1.6.0-rc.1",
"version": "1.6.0-rc.2",
"description": "CLI tool for Angular",
"main": "lib/cli/index.js",
"trackingCode": "UA-8594346-19",
Expand Down Expand Up @@ -28,10 +28,10 @@
"homepage": "https://github.com/angular/angular-cli",
"dependencies": {
"@angular-devkit/build-optimizer": "~0.0.34",
"@angular-devkit/schematics": "~0.0.38",
"@angular-devkit/schematics": "~0.0.39",
"@ngtools/json-schema": "1.1.0",
"@ngtools/webpack": "1.9.0-rc.1",
"@schematics/angular": "~0.1.8",
"@ngtools/webpack": "1.9.0-rc.2",
"@schematics/angular": "~0.1.9",
"autoprefixer": "^6.5.3",
"chalk": "~2.2.0",
"circular-dependency-plugin": "^4.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@ngtools/webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngtools/webpack",
"version": "1.9.0-rc.1",
"version": "1.9.0-rc.2",
"description": "Webpack plugin that AoT compiles your Angular components and modules.",
"main": "./src/index.js",
"typings": "src/index.d.ts",
Expand Down

0 comments on commit f84742d

Please sign in to comment.