Skip to content

Commit

Permalink
fix(@angular/cli): remove dependencies to @angular
Browse files Browse the repository at this point in the history
So we dont install the wrong version. Instead we rely on the project itself.
  • Loading branch information
hansl committed Mar 20, 2017
1 parent 507b399 commit b965a49
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions package.json
Expand Up @@ -41,10 +41,6 @@
},
"homepage": "https://github.com/angular/angular-cli",
"dependencies": {
"@angular/compiler": ">=2.3.1 <5.0.0 || >=4.0.0-beta <5.0.0",
"@angular/compiler-cli": ">=2.3.1 <5.0.0 || >=4.0.0-beta <5.0.0",
"@angular/core": ">=2.3.1 <5.0.0 || >=4.0.0-beta <5.0.0",
"@angular/tsc-wrapped": ">=0.5.0 <5.0.0 || >=4.0.0-beta <5.0.0",
"autoprefixer": "^6.5.3",
"chalk": "^1.1.3",
"common-tags": "^1.3.1",
Expand Down
4 changes: 0 additions & 4 deletions packages/@angular/cli/package.json
Expand Up @@ -27,10 +27,6 @@
},
"homepage": "https://github.com/angular/angular-cli",
"dependencies": {
"@angular/compiler": ">=2.3.1 <5.0.0 || >=4.0.0-beta <5.0.0",
"@angular/compiler-cli": ">=2.3.1 <5.0.0 || >=4.0.0-beta <5.0.0",
"@angular/core": ">=2.3.1 <5.0.0 || >=4.0.0-beta <5.0.0",
"@angular/tsc-wrapped": ">=0.5.0 <5.0.0 || >=4.0.0-beta <5.0.0",
"@ngtools/json-schema": "1.0.5",
"@ngtools/webpack": "1.2.13",
"autoprefixer": "^6.5.3",
Expand Down

0 comments on commit b965a49

Please sign in to comment.