Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
chore: sort sync package json deps (#1046)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanleecode authored Jun 12, 2023
1 parent b136ac9 commit 59699d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cli/sync.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ async function runSync({
delete packageJson.dependencies[packageName]
}
}

packageJson.dependencies = Object.fromEntries(Object.entries(packageJson.dependencies).sort())
})
}

Expand Down

0 comments on commit 59699d6

Please sign in to comment.