Skip to content

Commit

Permalink
release: 1.5.0-rc.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hansl committed Oct 26, 2017
1 parent 9f02eef commit 7ab3dc8
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 25 deletions.
40 changes: 20 additions & 20 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.5.0-rc.3",
"version": "1.5.0-rc.4",
"description": "CLI tool for Angular",
"main": "packages/@angular/cli/lib/cli/index.js",
"trackingCode": "UA-8594346-19",
Expand Down
6 changes: 3 additions & 3 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.5.0-rc.3",
"version": "1.5.0-rc.4",
"description": "CLI tool for Angular",
"main": "lib/cli/index.js",
"trackingCode": "UA-8594346-19",
Expand All @@ -27,10 +27,10 @@
},
"homepage": "https://github.com/angular/angular-cli",
"dependencies": {
"@angular-devkit/build-optimizer": "~0.0.28",
"@angular-devkit/build-optimizer": "~0.0.31",
"@angular-devkit/schematics": "~0.0.34",
"@ngtools/json-schema": "1.1.0",
"@ngtools/webpack": "1.8.0-rc.3",
"@ngtools/webpack": "1.8.0-rc.4",
"@schematics/angular": "~0.0.48",
"autoprefixer": "^6.5.3",
"chalk": "^2.0.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.8.0-rc.3",
"version": "1.8.0-rc.4",
"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 7ab3dc8

Please sign in to comment.