Skip to content

Commit 3a555da

Browse files
committed
release: 1.2.5
1 parent d665a25 commit 3a555da

File tree

4 files changed

+5
-9
lines changed

4 files changed

+5
-9
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/cli",
3-
"version": "1.2.4",
3+
"version": "1.2.5",
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/cli",
3-
"version": "1.2.4",
3+
"version": "1.2.5",
44
"description": "CLI tool for Angular",
55
"main": "lib/cli/index.js",
66
"trackingCode": "UA-8594346-19",
@@ -28,7 +28,7 @@
2828
"homepage": "https://github.com/angular/angular-cli",
2929
"dependencies": {
3030
"@ngtools/json-schema": "1.1.0",
31-
"@ngtools/webpack": "1.5.3",
31+
"@ngtools/webpack": "1.5.4",
3232
"autoprefixer": "^6.5.3",
3333
"chalk": "^2.0.1",
3434
"circular-dependency-plugin": "^3.0.0",

packages/@ngtools/webpack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngtools/webpack",
3-
"version": "1.5.3",
3+
"version": "1.5.4",
44
"description": "Webpack plugin that AoT compiles your Angular components and modules.",
55
"main": "./src/index.js",
66
"typings": "src/index.d.ts",

yarn.lock

+1-5
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,7 @@
9898
dependencies:
9999
"@types/node" "*"
100100

101-
"@types/node@*":
102-
version "6.0.78"
103-
resolved "https://registry.yarnpkg.com/@types/node/-/node-6.0.78.tgz#5d4a3f579c1524e01ee21bf474e6fba09198f470"
104-
105-
"@types/node@^6.0.84":
101+
"@types/node@*", "@types/node@^6.0.84":
106102
version "6.0.85"
107103
resolved "https://registry.yarnpkg.com/@types/node/-/node-6.0.85.tgz#ec02bfe54a61044f2be44f13b389c6a0e8ee05ae"
108104

0 commit comments

Comments
 (0)