prosperita-dumbo-react 0.0.2 → 0.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 +0 -14
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -11,17 +11,3 @@
11
11
  - [Componente 2](#componente-2)
12
12
  - [Contribuição](#contribuição)
13
13
  - [Licença](#licença)
14
-
15
- ## Instalação
16
-
17
- ## Uso
18
-
19
- ## Componentes Disponíveis
20
-
21
- ### Button
22
-
23
- ### Modal
24
-
25
- ## Contribuição
26
-
27
- ## Licença
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prosperita-dumbo-react",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "main": "dist/prosperita-dumbo-react.umd.js",
5
5
  "module": "dist/prosperita-dumbo-react.es.js",
6
6
  "types": "dist/types/index.d.ts",