Skip to content

Commit

Permalink
fix: exports the sortPackageJson named export to match the types (#292)
Browse files Browse the repository at this point in the history
* fix: exports the sortPackageJson named export to match the types

* revert: undo accidental import sorting
  • Loading branch information
aarondill committed Feb 4, 2023
1 parent c6352d4 commit 2789f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -365,4 +365,4 @@ function sortPackageJson(jsonIsh, options = {}) {
}

export default sortPackageJson
export { defaultSortOrder as sortOrder }
export { sortPackageJson, defaultSortOrder as sortOrder }

0 comments on commit 2789f2f

Please sign in to comment.