合并代码
Showing
... | ... | @@ -16,7 +16,6 @@ |
"IdCardPlugin": "file:../card-plugin-test/IdCardPlugin", | ||
"autosize": "^3.0.20", | ||
"better-scroll": "^1.10.3", | ||
"cordova-android": "^6.2.0", | ||
"cordova-ios": "^4.5.5", | ||
"cordova-plugin-device": "2.0.2", | ||
"cordova-plugin-splashscreen": "5.0.2", | ||
... | ... | @@ -48,6 +47,7 @@ |
"chalk": "^2.0.1", | ||
"connect-history-api-fallback": "^1.3.0", | ||
"copy-webpack-plugin": "^4.0.1", | ||
"cordova-android": "^6.2.0", | ||
"cross-env": "^5.2.0", | ||
"css-loader": "^0.28.0", | ||
"eslint": "^4.15.0", | ||
... | ... | @@ -108,8 +108,8 @@ |
], | ||
"cordova": { | ||
"platforms": [ | ||
"android", | ||
"ios" | ||
"ios", | ||
"android" | ||
], | ||
"plugins": { | ||
"cordova-plugin-whitelist": {}, | ||
... | ... |
No preview for this file type
www/index.html
0 → 100644
Please register or sign in to comment