Skip to content

Commit 27d301d

Browse files
committed
fix: moves "node" export above the "import" one
1 parent 17d4a39 commit 27d301d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "react-rv",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
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"
77
],
88
"exports": {
99
".": {
1010
"types": "./dist/index.d.ts",
11-
"import": "./dist/index.js",
1211
"node": "./dist/index.cjs",
12+
"import": "./dist/index.js",
1313
"require": "./dist/index.cjs"
1414
}
1515
},

0 commit comments

Comments
 (0)