@autorunify/capacitor-nrfmesh 0.0.1 → 0.0.2

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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # autorunify-capacitor-nrfmesh
1
+ # auto-nrfmesh
2
2
 
3
3
  nrf mesh plugin
4
4
 
@@ -7,13 +7,13 @@ nrf mesh plugin
7
7
  To use npm
8
8
 
9
9
  ```bash
10
- npm install autorunify-capacitor-nrfmesh
10
+ npm install @autorunify/capacitor-nrfmesh
11
11
  ````
12
12
 
13
13
  To use yarn
14
14
 
15
15
  ```bash
16
- yarn add autorunify-capacitor-nrfmesh
16
+ yarn add @autorunify/capacitor-nrfmesh
17
17
  ```
18
18
 
19
19
  Sync native files
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autorunify/capacitor-nrfmesh",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "nrf mesh plugin",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",