Skip to content

Commit

Permalink
release v6.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Brocco committed May 17, 2018
1 parent fdfd414 commit 0dc0ab7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular/cli",
"version": "6.0.2",
"version": "6.0.3",
"description": "CLI tool for Angular",
"main": "packages/@angular/cli/lib/cli/index.js",
"trackingCode": "UA-8594346-19",
Expand Down
12 changes: 6 additions & 6 deletions packages/@angular/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular/cli",
"version": "6.0.2",
"version": "6.0.3",
"description": "CLI tool for Angular",
"main": "lib/cli/index.js",
"trackingCode": "UA-8594346-19",
Expand Down Expand Up @@ -30,11 +30,11 @@
},
"homepage": "https://github.com/angular/angular-cli",
"dependencies": {
"@angular-devkit/architect": "0.6.2",
"@angular-devkit/core": "0.6.2",
"@angular-devkit/schematics": "0.6.2",
"@schematics/angular": "0.6.2",
"@schematics/update": "0.6.2",
"@angular-devkit/architect": "0.6.3",
"@angular-devkit/core": "0.6.3",
"@angular-devkit/schematics": "0.6.3",
"@schematics/angular": "0.6.3",
"@schematics/update": "0.6.3",
"opn": "~5.3.0",
"resolve": "^1.1.7",
"rxjs": "^6.0.0",
Expand Down

0 comments on commit 0dc0ab7

Please sign in to comment.