@identomat-inc/react-native-identomat 1.0.20 → 1.0.21

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
 
4
4
  ## Getting started
5
5
 
6
- `$ npm install react-native-identomat --save`
6
+ `$ npm install '@identomat-inc/react-native-identomat'`
7
7
 
8
8
 
9
9
  #### iOS
@@ -30,7 +30,7 @@
30
30
 
31
31
  ## Usage
32
32
  ```javascript
33
- import identomat from 'react-native-identomat';
33
+ import identomat from '@identomat-inc/react-native-identomat';
34
34
  class Callback {
35
35
  callback() {
36
36
  console.log('finished')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@identomat-inc/react-native-identomat",
3
- "version": "1.0.20",
3
+ "version": "1.0.21",
4
4
  "description": "identomat bridge module",
5
5
  "main": "index.js",
6
6
  "scripts": {