We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 462ecb3 commit 43bb8c3Copy full SHA for 43bb8c3
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@neui/react-treeview",
3
- "version": "0.0.3",
+ "version": "0.0.4",
4
"description": "React component library to render data into tree view",
5
"license": "MIT",
6
"keywords": [
@@ -15,10 +15,9 @@
15
"type": "git",
16
"url": "https://github.com/darshan-rajadhyaksha/neui_react-treeview"
17
},
18
-
19
"type": "module",
20
"main": "dist/index.cjs.js",
21
- "module": "dist/index.esm.js",
+ "module": "dist/index.es.js",
22
"scripts": {
23
"dev": "vite --config vite.config.js --port 3000",
24
"test": "jest --config jest.config.js",
0 commit comments