Skip to content

Commit 2b4ba40

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
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)