decathlon-ui 3.0.7 → 3.1.0
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/package.json +2 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "decathlon-ui",
|
|
3
|
-
"version": "3.0
|
|
3
|
+
"version": "3.1.0",
|
|
4
4
|
"description": "Biblioteca de componentes React Native com Storybook e documentação via GitHub Pages.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -15,8 +15,7 @@
|
|
|
15
15
|
"build": "tsc -p tsconfig.build.json && node copy-assets.js",
|
|
16
16
|
"prepublishOnly": "yarn build",
|
|
17
17
|
"generate-icons": "svgr --config-file svgr.config.js --out-dir src/icons/components src/icons/foundations/*.svg && node generate-icon-exports.js",
|
|
18
|
-
"generate-icon-exports": "node generate-icon-exports.js"
|
|
19
|
-
"publish": "npm version patch && npm publish"
|
|
18
|
+
"generate-icon-exports": "node generate-icon-exports.js"
|
|
20
19
|
},
|
|
21
20
|
"peerDependencies": {
|
|
22
21
|
"lottie-react-native": ">=5.0.0",
|