react-restyle-components 0.1.52 → 0.1.54
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/lib/package.json +3 -3
- package/package.json +5 -5
package/lib/package.json
CHANGED
|
@@ -22,7 +22,8 @@
|
|
|
22
22
|
"storybook": "storybook dev -p 6006",
|
|
23
23
|
"build-storybook": "rm -rf docs-build && storybook build -o docs-build",
|
|
24
24
|
"deploy-storybook": "gh-pages -d docs-build",
|
|
25
|
-
"prettier": "prettier --write '**/*.{js,jsx}'"
|
|
25
|
+
"prettier": "prettier --write '**/*.{js,jsx}'",
|
|
26
|
+
"go": "npm run build && npm publish"
|
|
26
27
|
},
|
|
27
28
|
"dependencies": {
|
|
28
29
|
"@loadable/component": "^5.16.4",
|
|
@@ -57,7 +58,7 @@
|
|
|
57
58
|
"typescript": "*",
|
|
58
59
|
"web-vitals": "*"
|
|
59
60
|
},
|
|
60
|
-
"files": ["*.md", "
|
|
61
|
+
"files": ["*.md", "lib", "*.css"],
|
|
61
62
|
"sideEffects": ["**/*.css"],
|
|
62
63
|
"eslintConfig": {
|
|
63
64
|
"extends": ["react-app", "react-app/jest", "plugin:storybook/recommended"],
|
|
@@ -104,7 +105,6 @@
|
|
|
104
105
|
"lint-staged": "^12.4.0",
|
|
105
106
|
"postcss-loader": "^8.1.1",
|
|
106
107
|
"storybook": "^8.0.6",
|
|
107
|
-
"typescript-plugin-css-modules": "^5.1.0",
|
|
108
108
|
"webpack": "^5.72.0"
|
|
109
109
|
},
|
|
110
110
|
"keywords": ["react", "components", "restyle-components", "tech-abl"],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-restyle-components",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.54",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Easy use restyle components",
|
|
6
6
|
"main": "lib/cjs/index.js",
|
|
@@ -22,7 +22,8 @@
|
|
|
22
22
|
"storybook": "storybook dev -p 6006",
|
|
23
23
|
"build-storybook": "rm -rf docs-build && storybook build -o docs-build",
|
|
24
24
|
"deploy-storybook": "gh-pages -d docs-build",
|
|
25
|
-
"prettier": "prettier --write '**/*.{js,jsx}'"
|
|
25
|
+
"prettier": "prettier --write '**/*.{js,jsx}'",
|
|
26
|
+
"go": "npm run build && npm publish"
|
|
26
27
|
},
|
|
27
28
|
"dependencies": {
|
|
28
29
|
"@loadable/component": "^5.16.4",
|
|
@@ -59,8 +60,8 @@
|
|
|
59
60
|
},
|
|
60
61
|
"files": [
|
|
61
62
|
"*.md",
|
|
62
|
-
"
|
|
63
|
-
"
|
|
63
|
+
"lib",
|
|
64
|
+
"*.css"
|
|
64
65
|
],
|
|
65
66
|
"sideEffects": [
|
|
66
67
|
"**/*.css"
|
|
@@ -120,7 +121,6 @@
|
|
|
120
121
|
"lint-staged": "^12.4.0",
|
|
121
122
|
"postcss-loader": "^8.1.1",
|
|
122
123
|
"storybook": "^8.0.6",
|
|
123
|
-
"typescript-plugin-css-modules": "^5.1.0",
|
|
124
124
|
"webpack": "^5.72.0"
|
|
125
125
|
},
|
|
126
126
|
"keywords": [
|