diff --git a/README.md b/README.md index 4d9601c..45c624a 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,10 @@ This plugin can be installed from NPM: ```bash # Using npm -npm install smartscanner-capacitor +npm install @idpass/smartscanner-capacitor # Using yarn -yarn add smartscanner-capacitor +yarn add @idpass/smartscanner-capacitor ``` ## Usage diff --git a/package.json b/package.json index 867052a..cafca09 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "smartscanner-capacitor", - "version": "0.1.0", - "description": "The repository for the Capacitor Plugin to be used with the ID PASS SmartScanner core library", + "name": "@idpass/smartscanner-capacitor", + "version": "0.3.0-beta.0", + "description": "Capacitor plugin for the SmartScanner Core library to scan MRZ and barcodes", "main": "dist/plugin.js", "module": "dist/esm/index.js", "types": "dist/esm/index.d.ts", @@ -15,7 +15,7 @@ "prepublishOnly": "npm run build" }, "author": "NewLogic", - "license": "MIT", + "license": "Apache-2.0", "devDependencies": { "@capacitor/android": "^2.4.2", "@capacitor/core": "^2.4.1", @@ -54,11 +54,11 @@ }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", - "repository": { - "type": "git", - "url": "SmartScannerCapacitorPlugin" - }, + "repository": "idpass/smartscanner-capacitor", "bugs": { "url": "https://github.com/idpass/smartscanner-capacitor/issues" + }, + "publishConfig": { + "access": "public" } }