@artibet/react-mui-components 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +1 -1
- package/package.json +2 -2
package/index.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export * from './
|
1
|
+
export * from './dist/esm'
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@artibet/react-mui-components",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.1",
|
4
4
|
"description": "Various react components build with mui library",
|
5
5
|
"main": "index.js",
|
6
6
|
"scripts": {
|
@@ -48,4 +48,4 @@
|
|
48
48
|
"rollup-plugin-terser": "^7.0.2",
|
49
49
|
"typescript": "^5.2.2"
|
50
50
|
}
|
51
|
-
}
|
51
|
+
}
|