Update package.json

This commit is contained in:
taolin 2023-05-22 03:36:53 +00:00
parent 65846451ce
commit 9f3b4fb55a

View File

@ -34,7 +34,8 @@
"cordova-plugin-statusbar": "^3.0.0", "cordova-plugin-statusbar": "^3.0.0",
"cordova-plugin-vibration": "^3.1.1", "cordova-plugin-vibration": "^3.1.1",
"es6-promise-plugin": "^4.2.2", "es6-promise-plugin": "^4.2.2",
"phonegap-plugin-barcodescanner-jsg": "8.1.2" "phonegap-plugin-barcodescanner-jsg": "8.1.2",
"phonegap-plugin-barcodescanner-fix": "^8.1.1"
}, },
"cordova": { "cordova": {
"platforms": [ "platforms": [
@ -72,4 +73,4 @@
"dotenv": "^16.0.1", "dotenv": "^16.0.1",
"winston": "^3.7.2" "winston": "^3.7.2"
} }
} }