luis-ui-lib 1.1.5 → 1.1.6

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
@@ -8,17 +8,17 @@ Você pode instalar a biblioteca utilizando npm, yarn ou pnpm:
8
8
 
9
9
  ### Usando npm
10
10
  ```bash
11
- npm install @luis-ui/lib
11
+ npm install luis-ui-lib
12
12
  ```
13
13
 
14
14
  ### Usando yarn
15
15
  ```bash
16
- yarn add @luis-ui/lib
16
+ yarn add luis-ui-lib
17
17
  ```
18
18
 
19
19
  ### Usando pnpm
20
20
  ```bash
21
- pnpm add @luis-ui/lib
21
+ pnpm add luis-ui-lib
22
22
  ```
23
23
 
24
24
  ## Configuração
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "luis-ui-lib",
3
3
  "private": false,
4
- "version": "1.1.5",
4
+ "version": "1.1.6",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist/**/*"