Skip to content
Snippets Groups Projects
Commit e656c7de authored by wonko's avatar wonko
Browse files

added sqlite

parent 49f3b174
No related branches found
No related tags found
No related merge requests found
......@@ -85,4 +85,5 @@
<plugin name="cordova-plugin-statusbar" spec="~2.2.1" />
<plugin name="cordova-plugin-whitelist" spec="1.3.1" />
<plugin name="ionic-plugin-keyboard" spec="~2.2.1" />
<plugin name="cordova-sqlite-storage" spec="^2.0.4" />
</widget>
......@@ -29,6 +29,7 @@
"cordova-plugin-splashscreen": "~4.0.2",
"cordova-plugin-statusbar": "~2.2.1",
"cordova-plugin-whitelist": "1.3.1",
"cordova-sqlite-storage": "^2.0.4",
"ionic-angular": "3.1.1",
"ionic-plugin-keyboard": "~2.2.1",
"ionicons": "3.0.0",
......@@ -59,7 +60,8 @@
"cordova-plugin-splashscreen": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-whitelist": {},
"ionic-plugin-keyboard": {}
"ionic-plugin-keyboard": {},
"cordova-sqlite-storage": {}
},
"platforms": [
"ios"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment