Skip to content

Commit

Permalink
Put keywords in the end
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Oct 2, 2021
1 parent 675ed2f commit 076051b
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 @@ -184,7 +184,6 @@ const fields = [
{ key: 'private' },
{ key: 'description' },
/* vscode */ { key: 'categories', over: uniq },
{ key: 'keywords', over: uniq },
{ key: 'homepage' },
{ key: 'bugs', over: sortObjectBy(['url', 'email']) },
{ key: 'repository', over: sortURLObject },
Expand Down Expand Up @@ -291,6 +290,7 @@ const fields = [
/* vscode */ { key: 'galleryBanner', over: sortObject },
/* vscode */ { key: 'preview' },
/* vscode */ { key: 'markdown' },
{ key: 'keywords', over: uniq },
]

const defaultSortOrder = fields.map(({ key }) => key)
Expand Down

0 comments on commit 076051b

Please sign in to comment.