Skip to content

Commit

Permalink
release: 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
filipesilva committed Jul 26, 2017
1 parent d665a25 commit 3a555da
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 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": "1.2.4",
"version": "1.2.5",
"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.2.4",
"version": "1.2.5",
"description": "CLI tool for Angular",
"main": "lib/cli/index.js",
"trackingCode": "UA-8594346-19",
Expand Down Expand Up @@ -28,7 +28,7 @@
"homepage": "https://github.com/angular/angular-cli",
"dependencies": {
"@ngtools/json-schema": "1.1.0",
"@ngtools/webpack": "1.5.3",
"@ngtools/webpack": "1.5.4",
"autoprefixer": "^6.5.3",
"chalk": "^2.0.1",
"circular-dependency-plugin": "^3.0.0",
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.5.3",
"version": "1.5.4",
"description": "Webpack plugin that AoT compiles your Angular components and modules.",
"main": "./src/index.js",
"typings": "src/index.d.ts",
Expand Down
6 changes: 1 addition & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,7 @@
dependencies:
"@types/node" "*"

"@types/node@*":
version "6.0.78"
resolved "https://registry.yarnpkg.com/@types/node/-/node-6.0.78.tgz#5d4a3f579c1524e01ee21bf474e6fba09198f470"

"@types/node@^6.0.84":
"@types/node@*", "@types/node@^6.0.84":
version "6.0.85"
resolved "https://registry.yarnpkg.com/@types/node/-/node-6.0.85.tgz#ec02bfe54a61044f2be44f13b389c6a0e8ee05ae"

Expand Down

0 comments on commit 3a555da

Please sign in to comment.