chore: remove angular2-template-compiler from package.json
Closes #8429
This commit is contained in:
parent
eba6e7946d
commit
8f8c017882
|
@ -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"
|
||||
},
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue