Skip to content

Commit bf18f4d

Browse files
committed
fix: add ast-tools as a direct dependency to angular-cli
1.0.0-beta.11-webpack.7
1 parent d684b3b commit bf18f4d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-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.5",
3+
"version": "1.0.0-beta.11-webpack.7",
44
"description": "CLI tool for Angular",
55
"main": "lib/cli/index.js",
66
"trackingCode": "UA-8594346-19",
@@ -44,6 +44,7 @@
4444
"@angular/compiler-cli": "^0.5.0",
4545
"@angular/core": "^2.0.0-rc.5",
4646
"@angular/tsc-wrapped": "^0.2.2",
47+
"@angular-cli/ast-tools": "^1.0.0",
4748
"angular2-template-loader": "^0.5.0",
4849
"awesome-typescript-loader": "^2.2.1",
4950
"chalk": "^1.1.3",

0 commit comments

Comments
 (0)