We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6db5d62 commit 6c6c2abCopy full SHA for 6c6c2ab
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-mui-sidebar",
3
- "version": "1.5.1",
+ "version": "1.5.2",
4
"description": "react mui sidebar",
5
"main": "dist/index.js",
6
"type": "module",
@@ -14,6 +14,9 @@
14
"type": "git",
15
"url": "git+https://github.com/adminmart/react-mui-sidebar.git"
16
},
17
+ "files": [
18
+ "dist"
19
+ ],
20
"keywords": [
21
"react-mui-sidebar",
22
"sidebar",
tsconfig.json
@@ -21,5 +21,5 @@
"node_modules", // Exclude node_modules directory from the compilation
"dist" // Exclude the dist directory to avoid compiling output files
23
]
24
- }
+}
25
0 commit comments