Skip to content

Commit dd979cf

Browse files
authored
fix: default should be last in exports (#1112)
1 parent ca83a03 commit dd979cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"node": ">=18"
1010
},
1111
"exports": {
12-
"default": "./dist/index.js",
1312
"require": "./dist/index.js",
1413
"import": "./dist/index.mjs",
15-
"node": "./dist/index.js"
14+
"node": "./dist/index.js",
15+
"default": "./dist/index.js"
1616
},
1717
"bin": {
1818
"contentful-import": "./bin/contentful-import"
@@ -130,4 +130,4 @@
130130
"@semantic-release/github"
131131
]
132132
}
133-
}
133+
}

0 commit comments

Comments
 (0)