@janiscommerce/ui-native 1.0.1 → 1.0.3

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 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -22,7 +22,7 @@ A quick example of how to import a component and start using **@janiscommerce/ui
22
22
  ```sh
23
23
  import React from 'react';
24
24
  import ReactDOM from 'react-dom';
25
- import Avatar from '@janiscommerce/ui-native/Avatar';
25
+ import {Avatar} from '@janiscommerce/ui-native';
26
26
 
27
27
  function App() {
28
28
  return <Avatar size="sm" placeholder="Janis" bgColor="#2979FF" />;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@janiscommerce/ui-native",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "components library for Janis app",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",