Skip to content

Commit

Permalink
Merge pull request #88 from ZencashOfficial/package_tweaks
Browse files Browse the repository at this point in the history
package tweaks to fix babel issues on older devices
  • Loading branch information
zennermac committed Mar 29, 2019
2 parents a0cd2c6 + ea38ece commit 5528366
Show file tree
Hide file tree
Showing 5 changed files with 73,976 additions and 75,245 deletions.
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<allow-intent href="*" />
<engine name="android" spec="^6.2.3" />
<plugin name="cordova-plugin-file" spec="^4.3.3" />
<plugin name="cordova-plugin-qrscanner" spec="^2.6.0" />
<plugin name="cordova-plugin-qrscanner" spec="^2.6.1" />
<plugin name="cordova-plugin-http" spec="^1.2.0" />
<plugin name="cordova-clipboard" spec="^1.2.1" />
<plugin name="cordova-plugin-inappbrowser" spec="^3.0.0" />
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"eslint": "^4.12.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-flowtype": "^2.39.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^5.2.0",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-react": "^7.4.0",
Expand All @@ -48,7 +48,7 @@
"flow-bin": "^0.54.1",
"isomorphic-fetch": "^2.2.1",
"json-loader": "^0.5.4",
"moment": "^2.18.1",
"moment": "^2.24.0",
"ncp": "^2.0.0",
"node-uuid": "^1.4.7",
"onsenui": "2.5.3",
Expand All @@ -64,14 +64,14 @@
"redux": "^3.6.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.1.0",
"sentencer": "^0.1.5",
"sentencer": "^0.2.0",
"simple-plist": "^0.2.1",
"style-loader": "^0.18.2",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"url-loader": "^0.5.9",
"webpack": "^3.5.5",
"webpack-dev-server": "^3.1.11"
"webpack-dev-server": "^2.7.1"
},
"dependencies": {
"bitcore-mnemonic": "1.7.0",
Expand All @@ -82,7 +82,7 @@
"cordova-plugin-file": "^4.3.3",
"cordova-plugin-http": "^1.2.0",
"cordova-plugin-inappbrowser": "^3.0.0",
"cordova-plugin-qrscanner": "^2.6.0",
"cordova-plugin-qrscanner": "^2.6.1",
"cordova-plugin-whitelist": "^1.3.3",
"cordova-plugin-wkwebview-engine": "^1.1.4",
"danielsogl-cordova-plugin-clipboard": "^1.0.2",
Expand Down
Loading

0 comments on commit 5528366

Please sign in to comment.