Skip to content

Commit b85a7dc

Browse files
committed
release: 6.0.0-beta.8
1 parent c34db58 commit b85a7dc

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/cli",
3-
"version": "6.0.0-beta.7",
3+
"version": "6.0.0-beta.8",
44
"description": "CLI tool for Angular",
55
"main": "packages/@angular/cli/lib/cli/index.js",
66
"trackingCode": "UA-8594346-19",

packages/@angular/cli/package.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/cli",
3-
"version": "6.0.0-beta.7",
3+
"version": "6.0.0-beta.8",
44
"description": "CLI tool for Angular",
55
"main": "lib/cli/index.js",
66
"trackingCode": "UA-8594346-19",
@@ -27,12 +27,11 @@
2727
},
2828
"homepage": "https://github.com/angular/angular-cli",
2929
"dependencies": {
30-
"@angular-devkit/architect": "angular/angular-devkit-architect-builds#779e8fc",
31-
"@angular-devkit/core": "angular/angular-devkit-core-builds#779e8fc",
32-
"@angular-devkit/schematics": "angular/angular-devkit-schematics-builds#779e8fc",
33-
"@ngtools/json-schema": "1.2.0",
34-
"@schematics/angular": "angular/schematics-angular-builds#779e8fc",
35-
"@schematics/update": "angular/schematics-update-builds#779e8fc",
30+
"@angular-devkit/architect": "0.0.9",
31+
"@angular-devkit/core": "0.4.8",
32+
"@angular-devkit/schematics": "0.4.8",
33+
"@schematics/angular": "0.4.8",
34+
"@schematics/update": "0.4.8",
3635
"ajv": "^6.1.1",
3736
"chalk": "~2.2.0",
3837
"common-tags": "^1.3.1",

0 commit comments

Comments
 (0)