Readded renamed plugin
This commit is contained in:
parent
093cad9e4d
commit
f35056e075
3 changed files with 9 additions and 6 deletions
|
@ -81,7 +81,7 @@
|
|||
<plugin name="cordova-plugin-device" spec="^1.1.7" />
|
||||
<plugin name="cordova-plugin-splashscreen" spec="^4.1.0" />
|
||||
<plugin name="cordova-plugin-ionic-webview" spec="^1.1.16" />
|
||||
<plugin name="xyz.maggioni.ProvaArgo.ArgoAPIPlugin" spec="git+ssh://git@maggioni.xyz:2222/praticamentetilde/ArgoAPI.git#cordova" />
|
||||
<plugin name="cordova-sqlite-storage" spec="^2.1.4" />
|
||||
<engine name="android" spec="^6.2.3" />
|
||||
<engine name="android" spec="~6.2.3" />
|
||||
<plugin name="cordova-plugin-argo-api" spec="git+https://git.maggioni.xyz/praticamentetilde/cordova-plugin-argo-api" />
|
||||
</widget>
|
||||
|
|
3
package-lock.json
generated
3
package-lock.json
generated
|
@ -1120,6 +1120,9 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"cordova-plugin-argo-api": {
|
||||
"version": "git+https://git.maggioni.xyz/praticamentetilde/cordova-plugin-argo-api#c17330f5040b4166021a891e500a626a26566b51"
|
||||
},
|
||||
"cordova-plugin-device": {
|
||||
"version": "1.1.7",
|
||||
"resolved": "https://registry.npmjs.org/cordova-plugin-device/-/cordova-plugin-device-1.1.7.tgz",
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
"@ionic-native/status-bar": "4.4.0",
|
||||
"@ionic/storage": "^2.1.3",
|
||||
"cordova-android": "^6.2.3",
|
||||
"cordova-plugin-argo-api": "git+https://git.maggioni.xyz/praticamentetilde/cordova-plugin-argo-api",
|
||||
"cordova-plugin-device": "^1.1.7",
|
||||
"cordova-plugin-ionic-webview": "^1.1.16",
|
||||
"cordova-plugin-splashscreen": "^4.1.0",
|
||||
|
@ -37,7 +38,6 @@
|
|||
"moment": "^2.20.1",
|
||||
"rxjs": "5.5.2",
|
||||
"sw-toolbox": "3.6.0",
|
||||
"xyz.maggioni.ProvaArgo.ArgoAPIPlugin": "git+ssh://git@maggioni.xyz:2222/praticamentetilde/ArgoAPI.git#cordova",
|
||||
"zone.js": "0.8.18"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -52,11 +52,11 @@
|
|||
"cordova-plugin-device": {},
|
||||
"cordova-plugin-splashscreen": {},
|
||||
"cordova-plugin-ionic-webview": {},
|
||||
"xyz.maggioni.ProvaArgo.ArgoAPIPlugin": {},
|
||||
"cordova-sqlite-storage": {}
|
||||
"cordova-sqlite-storage": {},
|
||||
"cordova-plugin-argo-api": {}
|
||||
},
|
||||
"platforms": [
|
||||
"android"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Reference in a new issue