chore(build): update ionic-angular dependencies to match internal discussion

This commit is contained in:
Dan Bucholtz
2016-09-25 11:21:59 -05:00
parent a2c8243b94
commit 1bf85c4d76
2 changed files with 10 additions and 6 deletions

View File

@ -8,7 +8,7 @@
"url": "https://github.com/driftyco/ionic.git"
},
"license": "MIT",
"main": "commonjs/index.js",
"main": "umd/index.js",
"module": "index.js",
"dependencies": {
"@angular/common": "",
@ -19,6 +19,9 @@
"@angular/platform-browser": "",
"@angular/platform-browser-dynamic": "",
"@angular/platform-server": "",
"rxjs": ""
"ionicons": "",
"ionic-native": "",
"rxjs": "",
"zone.js": ""
}
}