release: 1.6.0-rc.0

This commit is contained in:
Hans Larsen 2017-11-22 22:52:21 -08:00
parent 8c0779f6a3
commit c60e8af977
4 changed files with 5 additions and 5 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "@angular/cli", "name": "@angular/cli",
"version": "1.6.0-beta.2", "version": "1.6.0-rc.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@angular/cli", "name": "@angular/cli",
"version": "1.6.0-beta.2", "version": "1.6.0-rc.0",
"description": "CLI tool for Angular", "description": "CLI tool for Angular",
"main": "packages/@angular/cli/lib/cli/index.js", "main": "packages/@angular/cli/lib/cli/index.js",
"trackingCode": "UA-8594346-19", "trackingCode": "UA-8594346-19",

View File

@ -1,6 +1,6 @@
{ {
"name": "@angular/cli", "name": "@angular/cli",
"version": "1.6.0-beta.2", "version": "1.6.0-rc.0",
"description": "CLI tool for Angular", "description": "CLI tool for Angular",
"main": "lib/cli/index.js", "main": "lib/cli/index.js",
"trackingCode": "UA-8594346-19", "trackingCode": "UA-8594346-19",
@ -30,7 +30,7 @@
"@angular-devkit/build-optimizer": "~0.0.31", "@angular-devkit/build-optimizer": "~0.0.31",
"@angular-devkit/schematics": "~0.0.34", "@angular-devkit/schematics": "~0.0.34",
"@ngtools/json-schema": "1.1.0", "@ngtools/json-schema": "1.1.0",
"@ngtools/webpack": "1.9.0-beta.2", "@ngtools/webpack": "1.9.0-rc.0",
"@schematics/angular": "~0.1.5", "@schematics/angular": "~0.1.5",
"autoprefixer": "^6.5.3", "autoprefixer": "^6.5.3",
"chalk": "~2.2.0", "chalk": "~2.2.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "@ngtools/webpack", "name": "@ngtools/webpack",
"version": "1.9.0-beta.2", "version": "1.9.0-rc.0",
"description": "Webpack plugin that AoT compiles your Angular components and modules.", "description": "Webpack plugin that AoT compiles your Angular components and modules.",
"main": "./src/index.js", "main": "./src/index.js",
"typings": "src/index.d.ts", "typings": "src/index.d.ts",