plataforma-fundacao-componentes 2.24.1 → 2.24.2
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/dist/components/select/Select.d.ts +4 -1
- package/dist/index.js +30 -10
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +30 -10
- package/dist/index.modern.js.map +1 -1
- package/package.json +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "plataforma-fundacao-componentes",
|
|
3
|
-
"version": "2.24.
|
|
3
|
+
"version": "2.24.2",
|
|
4
4
|
"description": "Made with create-react-library",
|
|
5
5
|
"author": "Guvidaletti",
|
|
6
6
|
"license": "MIT",
|
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
"build": "microbundle-crl --no-compress --format modern,cjs --css-modules false --jsxFragment React.Fragment",
|
|
19
19
|
"watch": "microbundle-crl watch --no-compress --format modern,cjs --css-modules false --jsxFragment React.Fragment",
|
|
20
20
|
"start": "start-storybook -p 6006",
|
|
21
|
+
"lint": "eslint src --max-warnings=0",
|
|
21
22
|
"build-storybook": "build-storybook",
|
|
22
23
|
"serve-storybook": "node server",
|
|
23
24
|
"create-component": "cd src && node createComponent",
|