Skip to content

Commit 43bb8c3

Browse files
(fix): module config in package
1 parent 462ecb3 commit 43bb8c3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@neui/react-treeview",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "React component library to render data into tree view",
55
"license": "MIT",
66
"keywords": [
@@ -15,10 +15,9 @@
1515
"type": "git",
1616
"url": "https://github.com/darshan-rajadhyaksha/neui_react-treeview"
1717
},
18-
1918
"type": "module",
2019
"main": "dist/index.cjs.js",
21-
"module": "dist/index.esm.js",
20+
"module": "dist/index.es.js",
2221
"scripts": {
2322
"dev": "vite --config vite.config.js --port 3000",
2423
"test": "jest --config jest.config.js",

0 commit comments

Comments
 (0)