Skip to content

Commit

Permalink
release: 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
clydin committed Mar 8, 2018
1 parent f5e5d57 commit 40dfce9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "1.7.2",
"version": "1.7.3",
"description": "CLI tool for Angular",
"main": "packages/@angular/cli/lib/cli/index.js",
"trackingCode": "UA-8594346-19",
Expand Down
4 changes: 2 additions & 2 deletions packages/@angular/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular/cli",
"version": "1.7.2",
"version": "1.7.3",
"description": "CLI tool for Angular",
"main": "lib/cli/index.js",
"trackingCode": "UA-8594346-19",
Expand Down Expand Up @@ -31,7 +31,7 @@
"@angular-devkit/core": "0.3.2",
"@angular-devkit/schematics": "0.3.2",
"@ngtools/json-schema": "1.2.0",
"@ngtools/webpack": "1.10.1",
"@ngtools/webpack": "1.10.2",
"@schematics/angular": "0.3.2",
"@schematics/package-update": "0.3.2",
"ajv": "^6.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@ngtools/webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngtools/webpack",
"version": "1.10.1",
"version": "1.10.2",
"description": "Webpack plugin that AoT compiles your Angular components and modules.",
"main": "./src/index.js",
"typings": "src/index.d.ts",
Expand Down

0 comments on commit 40dfce9

Please sign in to comment.