release: 1.5.0-beta.1

This commit is contained in:
Mike Brocchi 2017-09-21 21:56:36 -04:00 committed by Hans Larsen
parent b79549dc5f
commit 1a89045d36
4 changed files with 5 additions and 5 deletions

2
package-lock.json generated
View File

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

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@angular/cli",
"version": "1.5.0-beta.0",
"version": "1.5.0-beta.1",
"description": "CLI tool for Angular",
"main": "lib/cli/index.js",
"trackingCode": "UA-8594346-19",
@ -30,7 +30,7 @@
"@angular-devkit/build-optimizer": "~0.0.18",
"@angular-devkit/schematics": "~0.0.21",
"@ngtools/json-schema": "1.1.0",
"@ngtools/webpack": "1.8.0-beta.0",
"@ngtools/webpack": "1.8.0-beta.1",
"@schematics/angular": "~0.0.30",
"autoprefixer": "^6.5.3",
"chalk": "^2.0.1",

View File

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