Skip to content

Commit f7c0eca

Browse files
committed
1.0.0-beta.11-webpack.4
1 parent e00852b commit f7c0eca

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

addon/ng2/blueprints/ng2/files/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"@angular/platform-server": "2.0.0-rc.4",
3030
"@angular/service-worker": "0.2.0",
3131
"@angular/app-shell": "0.0.0",
32+
"@angular-cli/ast-tools": "<%= version %>",
3233
"angular2-universal":"0.104.5",
3334
"angular2-universal-polyfills": "0.4.1",
3435
"preboot": "2.1.2",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-cli",
3-
"version": "1.0.0-beta.11-webpack.3",
3+
"version": "1.0.0-beta.11-webpack.4",
44
"description": "CLI tool for Angular",
55
"main": "lib/cli/index.js",
66
"trackingCode": "UA-8594346-19",

packages/ast-tools/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "angular-cli",
3-
"version": "1.0.0-beta.11-webpack.2",
2+
"name": "@angular-cli/ast-tools",
3+
"version": "1.0.0-beta.11-webpack.4",
44
"description": "CLI tool for Angular",
55
"main": "./index.js",
66
"keywords": [

0 commit comments

Comments
 (0)