release: 1.3.0-beta.1

This commit is contained in:
Hans Larsen 2017-07-12 11:14:33 -07:00
parent d9d909ee73
commit 634a04190d
No known key found for this signature in database
GPG Key ID: 537DD9CDA3032687
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@angular/cli",
"version": "1.3.0-beta.0",
"version": "1.3.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.3.0-beta.0",
"version": "1.3.0-beta.1",
"description": "CLI tool for Angular",
"main": "lib/cli/index.js",
"trackingCode": "UA-8594346-19",
@ -28,7 +28,7 @@
"homepage": "https://github.com/angular/angular-cli",
"dependencies": {
"@ngtools/json-schema": "1.1.0",
"@ngtools/webpack": "1.6.0-beta.0",
"@ngtools/webpack": "1.6.0-beta.1",
"autoprefixer": "^6.5.3",
"chalk": "^1.1.3",
"circular-dependency-plugin": "^3.0.0",

View File

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