chore: remove angular2-template-compiler from package.json

Closes #8429
This commit is contained in:
Tobias Bosch 2016-05-03 15:33:57 -07:00
parent eba6e7946d
commit 8f8c017882
3 changed files with 0 additions and 9 deletions

View File

@ -58,9 +58,6 @@
"version": "2.0.0-beta.17",
"resolved": "git://github.com/angular/angular.git#08cbd5481d04255864f5ff8e33d0756d4ec4c440"
},
"angular2-template-compiler": {
"version": "0.1.5"
},
"ansi": {
"version": "0.3.0"
},

5
npm-shrinkwrap.json generated
View File

@ -93,11 +93,6 @@
"from": "angular/angular#2.0.0-build.cacdead.js",
"resolved": "git://github.com/angular/angular.git#08cbd5481d04255864f5ff8e33d0756d4ec4c440"
},
"angular2-template-compiler": {
"version": "0.1.5",
"from": "angular2-template-compiler@>=0.1.5 <0.2.0",
"resolved": "https://registry.npmjs.org/angular2-template-compiler/-/angular2-template-compiler-0.1.5.tgz"
},
"ansi": {
"version": "0.3.0",
"from": "ansi@>=0.3.0 <0.4.0",

View File

@ -28,7 +28,6 @@
"angular": "^1.5.0",
"angular-animate": "^1.5.0",
"angular-mocks": "^1.5.0",
"angular2-template-compiler": "^0.1.5",
"base64-js": "^0.0.8",
"bower": "^1.3.12",
"broccoli": "^0.16.9",