Skip to content

Commit

Permalink
fix: add ast-tools as a direct dependency to angular-cli
Browse files Browse the repository at this point in the history
1.0.0-beta.11-webpack.7
  • Loading branch information
hansl committed Aug 30, 2016
1 parent d684b3b commit bf18f4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-cli",
"version": "1.0.0-beta.11-webpack.5",
"version": "1.0.0-beta.11-webpack.7",
"description": "CLI tool for Angular",
"main": "lib/cli/index.js",
"trackingCode": "UA-8594346-19",
Expand Down Expand Up @@ -44,6 +44,7 @@
"@angular/compiler-cli": "^0.5.0",
"@angular/core": "^2.0.0-rc.5",
"@angular/tsc-wrapped": "^0.2.2",
"@angular-cli/ast-tools": "^1.0.0",
"angular2-template-loader": "^0.5.0",
"awesome-typescript-loader": "^2.2.1",
"chalk": "^1.1.3",
Expand Down

0 comments on commit bf18f4d

Please sign in to comment.