Skip to content

Commit

Permalink
Print package sizes for both chalk 4 and 5
Browse files Browse the repository at this point in the history
  • Loading branch information
prantlf committed Feb 25, 2024
1 parent 8b1531f commit e50360d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion benchmarks/size.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ async function benchmark(lib) {

async function start() {
process.stdout.write(gray("Data from packagephobia.com\n"))
await benchmark(" chalk")
await benchmark(" chalk@5.3.0")
await benchmark(" chalk@4.1.2")
await benchmark(" cli-color")
await benchmark(" ansi-colors")
await benchmark(" kleur")
Expand Down

0 comments on commit e50360d

Please # to comment.