From 64d88c5748a4ff29e641a26ccebc9c1887f8f4b1 Mon Sep 17 00:00:00 2001 From: okhiroyuki Date: Sun, 22 Nov 2020 20:16:36 +0900 Subject: [PATCH] update package.json --- package.json | 24 +----------------------- plugin.xml | 2 +- 2 files changed, 2 insertions(+), 24 deletions(-) diff --git a/package.json b/package.json index 83c8b870..f5103841 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@red-mobile/cordova-plugin-barcodescanner", - "version": "9.0.3", + "version": "9.0.5", "description": "You can use the BarcodeScanner plugin to scan different types of barcodes (using the device's camera) and get the metadata encoded in them for processing within your application.", "cordova": { "id": "cordova-plugin-barcodescanner", @@ -17,28 +17,6 @@ "cordova-android", "cordova:plugin" ], - "engines": { - "cordovaDependencies": { - "<7.0.0": { - "cordova-android": "<6.3.0" - }, - "7.0.0": { - "cordova-android": ">=6.3.0" - }, - "7.1.0": { - "cordova-android": ">=6.3.0", - "cordova": ">=7.1.0" - }, - "8.0.0": { - "cordova-android": ">=6.3.0", - "cordova": ">=7.1.0" - }, - ">=9.0.0": { - "cordova-android": ">=9.0.0", - "cordova": ">=10.0.0" - } - } - }, "author": "Adobe PhoneGap Team", "license": "MIT", "bugs": { diff --git a/plugin.xml b/plugin.xml index 90f9e581..508100ae 100644 --- a/plugin.xml +++ b/plugin.xml @@ -4,7 +4,7 @@ xmlns:android="http://schemas.android.com/apk/res/android" xmlns:rim="http://www.blackberry.com/ns/widgets" id="cordova-plugin-barcodescanner" - version="9.0.3"> + version="9.0.5"> BarcodeScanner You can use the BarcodeScanner plugin to scan different types of barcodes (using the device's camera) and get the metadata encoded in them for processing within your application. MIT