Skip to content

Commit a0c1d28

Browse files
authored
Merge pull request #7 from jacob-alford/main
fix: pin node to common-js
2 parents a207e61 + a71c493 commit a0c1d28

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)