Skip to content

Commit

Permalink
fix(ngc): depend on correct tsc-wrapped package
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed May 25, 2016
1 parent 39ecd01 commit 16ef21d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/@angular/compiler_cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"ngc": "./src/main.js"
},
"dependencies": {
"tsc-wrapped": "^0.1.0",
"@angular/tsc-wrapped": "^0.1.0",
"reflect-metadata": "^0.1.2",
"parse5": "1.3.2"
},
Expand Down

0 comments on commit 16ef21d

Please sign in to comment.