cleek 1.2.1 → 1.3.4

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.
package/README.md CHANGED
@@ -1,8 +1,4 @@
1
- # 🌙 Moon
2
-
3
- [![npm (scoped)](https://img.shields.io/npm/v/@ulissesferreira/moon)](https://www.npmjs.com/package/@ulissesferreira/moon)
4
- [![npm bundle size (scoped)](https://img.shields.io/bundlephobia/minzip/@ulissesferreira/moon)](https://bundlephobia.com/result?p=@ulissesferreira/moon@latest)
5
- [![NPM](https://img.shields.io/npm/l/@ulissesferreira/moon)](https://github.com/ulissesferreira/moon/blob/main/LICENSE)
1
+ # 🌙 Cleek
6
2
 
7
3
  A lightweight Vue 3 component library.
8
4
 
@@ -13,13 +9,13 @@ When you are starting a new prototype you want to be able to develop features fa
13
9
  First install the library using your prefered package manager
14
10
 
15
11
  ```bash
16
- yarn add @ulissesferreira/moon
12
+ yarn add cleek
17
13
  ```
18
14
 
19
15
  then you can import the available components like so
20
16
 
21
17
  ```vue
22
- import { Button } from '@ulissesferreira/moon'
18
+ import { Button } from cleek
23
19
  ```
24
20
 
25
21
  ## Available commands