Skip to content

Commit 2789f2f

Browse files
authored
fix: exports the sortPackageJson named export to match the types (#292)
* fix: exports the sortPackageJson named export to match the types * revert: undo accidental import sorting
1 parent c6352d4 commit 2789f2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,4 +365,4 @@ function sortPackageJson(jsonIsh, options = {}) {
365365
}
366366

367367
export default sortPackageJson
368-
export { defaultSortOrder as sortOrder }
368+
export { sortPackageJson, defaultSortOrder as sortOrder }

0 commit comments

Comments
 (0)