ionic update
This commit is contained in:
parent
154900d497
commit
d0269b11a3
2 changed files with 71 additions and 68 deletions
|
@ -1,5 +1,8 @@
|
||||||
{
|
{
|
||||||
"name": "Goober",
|
"name": "Goober",
|
||||||
"app_id": "com.monkeystew.goober-m",
|
"app_id": "com.monkeystew.goober-m",
|
||||||
"type": "ionic-angular"
|
"type": "ionic-angular",
|
||||||
|
"integrations": {
|
||||||
|
"cordova": {}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -47,7 +47,7 @@
|
||||||
"@ionic/app-scripts": "1.3.7",
|
"@ionic/app-scripts": "1.3.7",
|
||||||
"@ionic/cli-plugin-cordova": "1.6.2",
|
"@ionic/cli-plugin-cordova": "1.6.2",
|
||||||
"@ionic/cli-plugin-ionic-angular": "1.4.1",
|
"@ionic/cli-plugin-ionic-angular": "1.4.1",
|
||||||
"ionic": "3.7.0",
|
"ionic": "3.9.2",
|
||||||
"typescript": "2.3.3"
|
"typescript": "2.3.3"
|
||||||
},
|
},
|
||||||
"description": "An Ionic project",
|
"description": "An Ionic project",
|
||||||
|
|
Reference in a new issue