@evolution-soft/ui 1.0.3 → 1.0.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
@@ -57,7 +57,7 @@ export default function RootLayout({ children }) {
57
57
 
58
58
  ---
59
59
 
60
- ## 🛠️ Desenvolver e publicar (como mantenedor)
60
+ ## 🛠️ Desenvolver e publicar (como mantedor)
61
61
 
62
62
  ### Pré-requisitos
63
63
 
@@ -67,7 +67,7 @@ export default function RootLayout({ children }) {
67
67
  ### Setup local
68
68
 
69
69
  ```bash
70
- git clone https://vitorkravs@bitbucket.org/evolutionsoftteam/evolution-backoffice-storybook.git
70
+ git clone https://SeuUsuario@bitbucket.org/evolutionsoftteam/evolution-backoffice-storybook.git
71
71
  cd evolution-backoffice-storybook
72
72
  npm install
73
73
  ```
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@evolution-soft/ui",
3
3
  "private": false,
4
- "version": "1.0.3",
4
+ "version": "1.0.5",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
7
7
  "module": "./dist/index.js",