Skip to content

Commit a71c493

Browse files
committed
fix(pin node to common-js): pin node to common-js
pin node to common-js
1 parent a207e61 commit a71c493

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
@@ -12,16 +12,16 @@
1212
"exports": {
1313
".": {
1414
"types": "./dist/index.d.ts",
15+
"node": "./dist/index.js",
1516
"require": "./dist/index.js",
1617
"import": "./dist/index.mjs",
17-
"node": "./dist/index.js",
1818
"default": "./dist/index.global.js"
1919
},
2020
"./arbitrary": {
2121
"types": "./dist/arbitrary.d.ts",
22+
"node": "./dist/arbitrary.js",
2223
"require": "./dist/arbitrary.js",
2324
"import": "./dist/arbitrary.mjs",
24-
"node": "./dist/arbitrary.js",
2525
"default": "./dist/arbitrary.global.js"
2626
}
2727
},

0 commit comments

Comments
 (0)