mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-24 16:16:27 +08:00
release: 1.1.1
This commit is contained in:
parent
a7668e0b0c
commit
01cbf65728
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@angular/cli",
|
"name": "@angular/cli",
|
||||||
"version": "1.2.0-beta.0",
|
"version": "1.1.1",
|
||||||
"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",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@angular/cli",
|
"name": "@angular/cli",
|
||||||
"version": "1.2.0-beta.0",
|
"version": "1.1.1",
|
||||||
"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",
|
||||||
@ -28,7 +28,7 @@
|
|||||||
"homepage": "https://github.com/angular/angular-cli",
|
"homepage": "https://github.com/angular/angular-cli",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ngtools/json-schema": "1.1.0",
|
"@ngtools/json-schema": "1.1.0",
|
||||||
"@ngtools/webpack": "1.4.0",
|
"@ngtools/webpack": "1.4.1",
|
||||||
"autoprefixer": "^6.5.3",
|
"autoprefixer": "^6.5.3",
|
||||||
"chalk": "^1.1.3",
|
"chalk": "^1.1.3",
|
||||||
"common-tags": "^1.3.1",
|
"common-tags": "^1.3.1",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ngtools/webpack",
|
"name": "@ngtools/webpack",
|
||||||
"version": "1.4.0",
|
"version": "1.4.1",
|
||||||
"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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user