@arturhoncharuk/react-native-jazzicon 0.1.4 → 0.1.5

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
@@ -7,13 +7,13 @@ React Native library for generating deterministic Jazzicons (Ethereum-style iden
7
7
  ## Installation
8
8
 
9
9
  ```sh
10
- npm install react-native-jazzicon
10
+ npm i @arturhoncharuk/react-native-jazzicon
11
11
  ```
12
12
 
13
13
  ## Usage
14
14
 
15
15
  ```tsx
16
- import { Jazzicon } from 'react-native-jazzicon';
16
+ import { Jazzicon } from '@arturhoncharuk/react-native-jazzicon';
17
17
 
18
18
  const ADDRESSES = [
19
19
  '0x1234567890123456789012345678901234567890',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arturhoncharuk/react-native-jazzicon",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "React Native library for generating deterministic Jazzicons (Ethereum-style identicons) from addresses.",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./lib/typescript/src/index.d.ts",