mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
chore(build): update ionic-angular dependencies to match internal discussion
This commit is contained in:
@ -33,8 +33,10 @@
|
|||||||
"@angular/platform-browser": "^2.0.0",
|
"@angular/platform-browser": "^2.0.0",
|
||||||
"@angular/platform-browser-dynamic": "^2.0.0",
|
"@angular/platform-browser-dynamic": "^2.0.0",
|
||||||
"@angular/platform-server": "^2.0.0",
|
"@angular/platform-server": "^2.0.0",
|
||||||
"ionicons": "3.0.0",
|
"ionicons": "^3.0.0",
|
||||||
"rxjs": "5.0.0-beta.12"
|
"ionic-native": "^2.0.3",
|
||||||
|
"rxjs": "^5.0.0-beta.12",
|
||||||
|
"zone.js": "^0.6.21"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@angular/compiler-cli": "0.6.2",
|
"@angular/compiler-cli": "0.6.2",
|
||||||
@ -114,8 +116,7 @@
|
|||||||
"vinyl": "1.2.0",
|
"vinyl": "1.2.0",
|
||||||
"webpack": "2.1.0-beta.20",
|
"webpack": "2.1.0-beta.20",
|
||||||
"webpack-dev-server": "1.16.1",
|
"webpack-dev-server": "1.16.1",
|
||||||
"yargs": "5.0.0",
|
"yargs": "5.0.0"
|
||||||
"zone.js": "0.6.21"
|
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"commitizen": {
|
"commitizen": {
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
"url": "https://github.com/driftyco/ionic.git"
|
"url": "https://github.com/driftyco/ionic.git"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "commonjs/index.js",
|
"main": "umd/index.js",
|
||||||
"module": "index.js",
|
"module": "index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@angular/common": "",
|
"@angular/common": "",
|
||||||
@ -19,6 +19,9 @@
|
|||||||
"@angular/platform-browser": "",
|
"@angular/platform-browser": "",
|
||||||
"@angular/platform-browser-dynamic": "",
|
"@angular/platform-browser-dynamic": "",
|
||||||
"@angular/platform-server": "",
|
"@angular/platform-server": "",
|
||||||
"rxjs": ""
|
"ionicons": "",
|
||||||
|
"ionic-native": "",
|
||||||
|
"rxjs": "",
|
||||||
|
"zone.js": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user