mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-25 16:57:51 +08:00
release: 1.1.0
This commit is contained in:
parent
be7a7162eb
commit
3b4bf616f7
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@angular/cli",
|
||||
"version": "1.1.0-rc.2",
|
||||
"version": "1.1.0",
|
||||
"description": "CLI tool for Angular",
|
||||
"main": "packages/@angular/cli/lib/cli/index.js",
|
||||
"trackingCode": "UA-8594346-19",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@angular/cli",
|
||||
"version": "1.1.0-rc.2",
|
||||
"version": "1.1.0",
|
||||
"description": "CLI tool for Angular",
|
||||
"main": "lib/cli/index.js",
|
||||
"trackingCode": "UA-8594346-19",
|
||||
@ -27,8 +27,8 @@
|
||||
},
|
||||
"homepage": "https://github.com/angular/angular-cli",
|
||||
"dependencies": {
|
||||
"@ngtools/json-schema": "1.1.0-rc.1",
|
||||
"@ngtools/webpack": "1.4.0-rc.2",
|
||||
"@ngtools/json-schema": "1.1.0",
|
||||
"@ngtools/webpack": "1.4.0",
|
||||
"autoprefixer": "^6.5.3",
|
||||
"chalk": "^1.1.3",
|
||||
"common-tags": "^1.3.1",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ngtools/json-schema",
|
||||
"version": "1.1.0-rc.1",
|
||||
"version": "1.1.0",
|
||||
"description": "Schema validating and reading for configurations, similar to Angular CLI config.",
|
||||
"main": "./src/index.js",
|
||||
"typings": "src/index.d.ts",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ngtools/logger",
|
||||
"version": "1.0.1",
|
||||
"version": "1.1.0",
|
||||
"description": "",
|
||||
"main": "./src/index.js",
|
||||
"typings": "./src/index.d.ts",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ngtools/webpack",
|
||||
"version": "1.4.0-rc.2",
|
||||
"version": "1.4.0",
|
||||
"description": "Webpack plugin that AoT compiles your Angular components and modules.",
|
||||
"main": "./src/index.js",
|
||||
"typings": "src/index.d.ts",
|
||||
|
Loading…
x
Reference in New Issue
Block a user