@rdlabo/capacitor-brotherprint 6.0.3 → 6.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,7 +5,7 @@ Capacitor Brother Print is a native Brother Print SDK implementation for iOS & A
5
5
  ## How to install
6
6
 
7
7
  ```
8
- % npm install @rdlabo/capacitor-brotherprint@git@github.com:rdlabo-team/capacitor-brotherprint.git
8
+ % npm install @rdlabo/capacitor-brotherprint
9
9
  ```
10
10
 
11
11
  ## How to use
@@ -66,12 +66,6 @@ export class BrotherComponent {
66
66
  }
67
67
  ```
68
68
 
69
- ## Installation
70
-
71
- ```
72
- $ npm install --save @rdlabo/capacitor-brotherprint
73
- ```
74
-
75
69
  ### Android configuration
76
70
 
77
71
  1. prepare the following files under the android folder of Capacitor
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rdlabo/capacitor-brotherprint",
3
- "version": "6.0.3",
3
+ "version": "6.1.0",
4
4
  "description": "Capacitor plugin for Brother Print SDK",
5
5
  "main": "dist/plugin.js",
6
6
  "module": "dist/esm/index.js",