pull windows target for now
This commit is contained in:
parent
680a3a0a2c
commit
149c100206
2 changed files with 2 additions and 4 deletions
|
@ -86,7 +86,6 @@
|
||||||
</platform>
|
</platform>
|
||||||
<engine name="android" spec="^6.2.3" />
|
<engine name="android" spec="^6.2.3" />
|
||||||
<engine name="blackberry10" spec="^3.8.0" />
|
<engine name="blackberry10" spec="^3.8.0" />
|
||||||
<engine name="windows" spec="^5.0.0" />
|
|
||||||
<plugin name="cordova-plugin-console" spec="^1.0.5" />
|
<plugin name="cordova-plugin-console" spec="^1.0.5" />
|
||||||
<plugin name="cordova-plugin-device" spec="^1.1.4" />
|
<plugin name="cordova-plugin-device" spec="^1.1.4" />
|
||||||
<plugin name="cordova-plugin-inappbrowser" spec="^1.7.1" />
|
<plugin name="cordova-plugin-inappbrowser" spec="^1.7.1" />
|
||||||
|
|
|
@ -32,13 +32,13 @@
|
||||||
"cordova-plugin-splashscreen": "^4.0.3",
|
"cordova-plugin-splashscreen": "^4.0.3",
|
||||||
"cordova-plugin-statusbar": "^2.2.2",
|
"cordova-plugin-statusbar": "^2.2.2",
|
||||||
"cordova-plugin-whitelist": "^1.3.1",
|
"cordova-plugin-whitelist": "^1.3.1",
|
||||||
"cordova-windows": "^5.0.0",
|
|
||||||
"ionic-angular": "3.3.0",
|
"ionic-angular": "3.3.0",
|
||||||
"ionic-plugin-keyboard": "^2.2.1",
|
"ionic-plugin-keyboard": "^2.2.1",
|
||||||
"ionicons": "3.0.0",
|
"ionicons": "3.0.0",
|
||||||
"moment": "^2.18.1",
|
"moment": "^2.18.1",
|
||||||
"ng2-cordova-oauth": "0.0.8",
|
"ng2-cordova-oauth": "0.0.8",
|
||||||
"pnut-butter": "^0.8.1",
|
"pnut-butter": "^0.8.1",
|
||||||
|
"run": "^1.4.0",
|
||||||
"rxjs": "5.1.1",
|
"rxjs": "5.1.1",
|
||||||
"sw-toolbox": "3.6.0",
|
"sw-toolbox": "3.6.0",
|
||||||
"zone.js": "0.8.11"
|
"zone.js": "0.8.11"
|
||||||
|
@ -62,8 +62,7 @@
|
||||||
},
|
},
|
||||||
"platforms": [
|
"platforms": [
|
||||||
"android",
|
"android",
|
||||||
"blackberry10",
|
"blackberry10"
|
||||||
"windows"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in a new issue