react-restyle-components 0.1.51 → 0.1.52

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/lib/package.json +2 -0
  2. package/package.json +3 -1
package/lib/package.json CHANGED
@@ -4,6 +4,7 @@
4
4
  "private": false,
5
5
  "description": "Easy use restyle components",
6
6
  "main": "lib/cjs/index.js",
7
+ "module": "lib/esm/index.js",
7
8
  "author": {
8
9
  "email": "onlyappasaheb4@gmail.com",
9
10
  "name": "Lakade Appasaheb",
@@ -103,6 +104,7 @@
103
104
  "lint-staged": "^12.4.0",
104
105
  "postcss-loader": "^8.1.1",
105
106
  "storybook": "^8.0.6",
107
+ "typescript-plugin-css-modules": "^5.1.0",
106
108
  "webpack": "^5.72.0"
107
109
  },
108
110
  "keywords": ["react", "components", "restyle-components", "tech-abl"],
package/package.json CHANGED
@@ -1,9 +1,10 @@
1
1
  {
2
2
  "name": "react-restyle-components",
3
- "version": "0.1.51",
3
+ "version": "0.1.52",
4
4
  "private": false,
5
5
  "description": "Easy use restyle components",
6
6
  "main": "lib/cjs/index.js",
7
+ "module": "lib/esm/index.js",
7
8
  "author": {
8
9
  "email": "onlyappasaheb4@gmail.com",
9
10
  "name": "Lakade Appasaheb",
@@ -119,6 +120,7 @@
119
120
  "lint-staged": "^12.4.0",
120
121
  "postcss-loader": "^8.1.1",
121
122
  "storybook": "^8.0.6",
123
+ "typescript-plugin-css-modules": "^5.1.0",
122
124
  "webpack": "^5.72.0"
123
125
  },
124
126
  "keywords": [