Skip to content

Commit

Permalink
Prepare package.json for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
arnellebalane committed Jan 29, 2021
1 parent 1a65d1e commit ef59ade
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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"
}
}

0 comments on commit ef59ade

Please sign in to comment.