We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8b5c94 commit e0aa986Copy full SHA for e0aa986
packages/@angular/cli/lib/cli/index.js
@@ -3,6 +3,7 @@
3
// Prevent the dependency validation from tripping because we don't import these. We need
4
// it as a peer dependency of @angular/core.
5
// require('zone.js')
6
+// require('@angular/tsc-wrapped')
7
8
9
// This file hooks up on require calls to transpile TypeScript.
packages/@angular/cli/package.json
@@ -26,6 +26,10 @@
26
},
27
"homepage": "https://github.com/angular/angular-cli",
28
"dependencies": {
29
+ "@angular/compiler": ">=2.3.1 <5.0.0",
30
+ "@angular/compiler-cli": ">=2.3.1 <5.0.0",
31
+ "@angular/core": ">=2.3.1 <5.0.0",
32
+ "@angular/tsc-wrapped": ">=0.5.0 <5.0.0",
33
"@ngtools/json-schema": "1.0.3",
34
"@ngtools/webpack": "1.2.9",
35
"autoprefixer": "^6.5.3",
0 commit comments