Skip to content

Commit 17d4a39

Browse files
committed
fix: adds imports for node
1 parent 7da29bf commit 17d4a39

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-rv",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"description": "react-rv is a lightweight and efficient state management library for React that allows you to create reactive variables and subscribe to them with minimal overhead.",
55
"files": [
66
"dist"
@@ -9,6 +9,7 @@
99
".": {
1010
"types": "./dist/index.d.ts",
1111
"import": "./dist/index.js",
12+
"node": "./dist/index.cjs",
1213
"require": "./dist/index.cjs"
1314
}
1415
},

0 commit comments

Comments
 (0)