chore(dependencies): update ionic-angular dependencies to include compiler-cli

This commit is contained in:
Dan Bucholtz
2016-09-26 15:14:47 -05:00
parent f817ac0f60
commit 4903bc81e4
2 changed files with 2 additions and 1 deletions

View File

@ -27,6 +27,7 @@
"dependencies": { "dependencies": {
"@angular/common": "^2.0.0", "@angular/common": "^2.0.0",
"@angular/compiler": "^2.0.0", "@angular/compiler": "^2.0.0",
"@angular/compiler-cli": "^0.6.2",
"@angular/core": "^2.0.0", "@angular/core": "^2.0.0",
"@angular/forms": "^2.0.0", "@angular/forms": "^2.0.0",
"@angular/http": "^2.0.0", "@angular/http": "^2.0.0",
@ -39,7 +40,6 @@
"zone.js": "^0.6.21" "zone.js": "^0.6.21"
}, },
"devDependencies": { "devDependencies": {
"@angular/compiler-cli": "0.6.2",
"@types/connect": "3.4.30", "@types/connect": "3.4.30",
"@types/del": "2.2.31", "@types/del": "2.2.31",
"@types/glob": "5.0.30", "@types/glob": "5.0.30",

View File

@ -13,6 +13,7 @@
"dependencies": { "dependencies": {
"@angular/common": "", "@angular/common": "",
"@angular/compiler": "", "@angular/compiler": "",
"@angular/compiler-cli": "",
"@angular/core": "", "@angular/core": "",
"@angular/forms": "", "@angular/forms": "",
"@angular/http": "", "@angular/http": "",