update qr scanner
This commit is contained in:
parent
fdb93b881d
commit
69d637aee9
2 changed files with 5 additions and 6 deletions
|
|
@ -60,7 +60,7 @@
|
|||
"bower": "^1.7.9",
|
||||
"cordova-android": "5.1.1",
|
||||
"cordova-custom-config": "^3.0.5",
|
||||
"cordova-plugin-qrscanner": "^2.3.1",
|
||||
"cordova-plugin-qrscanner": "^2.5.0",
|
||||
"coveralls": "^2.11.9",
|
||||
"express": "^4.11.2",
|
||||
"fs": "0.0.2",
|
||||
|
|
@ -91,7 +91,7 @@
|
|||
"build:www-release": "grunt prod",
|
||||
"build:ios": "cordova prepare ios && cordova build ios --debug",
|
||||
"build:android": "cordova prepare android && cordova build android --debug",
|
||||
"build:windows": "cordova prepare windows && cordova build windows --debug",
|
||||
"build:windows": "cordova prepare windows && cordova build windows -- --arch=\"x86\"",
|
||||
"build:ios-release": "cordova prepare ios && cordova build ios --release",
|
||||
"build:android-release": "cordova prepare android && cordova build android --release",
|
||||
"build:desktop": "grunt desktop",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue