@crestbase/web-shared-ui 1.0.0 → 1.0.1

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,13 +1,13 @@
1
- # @mycrestbase/web-shared-ui
1
+ # @crestbase/web-shared-ui
2
2
 
3
3
  Shared UI components for web app and admin.
4
4
 
5
5
  ## Install
6
6
 
7
- yarn add @mycrestbase/web-shared-ui
7
+ yarn add @crestbase/web-shared-ui
8
8
 
9
9
  ## Usage
10
10
 
11
- import { Button } from '@mycrestbase/web-shared-ui';
11
+ import { Button } from '@crestbase/web-shared-ui';
12
12
 
13
13
  <Button title="Click" />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crestbase/web-shared-ui",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Shared UI components for Crestbase web app and admin",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",