Skip to content

Commit

Permalink
feat(package-json): included contributors and funding in the prop…
Browse files Browse the repository at this point in the history
…erty sorting
  • Loading branch information
travi committed Sep 2, 2022
1 parent 9bb8f7b commit d204104
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/package/property-sorter-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,11 @@ suite('package.json property sorter', () => {
'type',
'engines',
'author',
'contributors',
'repository',
'bugs',
'homepage',
'funding',
'keywords',
'runkitExampleFilename',
'exports',
Expand Down
2 changes: 2 additions & 0 deletions src/package/property-sorter.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ export default function (packageContents) {
'type',
'engines',
'author',
'contributors',
'repository',
'bugs',
'homepage',
'funding',
'keywords',
'runkitExampleFilename',
'exports',
Expand Down

0 comments on commit d204104

Please sign in to comment.