Skip to content

Commit

Permalink
refactor: prettify config file
Browse files Browse the repository at this point in the history
  • Loading branch information
AviVahl committed Aug 4, 2024
1 parent 0e1463c commit 03c159c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pleb.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export default {
pinnedPackages: [
{ name: "chai", reason: "v5 is pure esm" },
{ name: "chai-as-promised", reason: "v8 is pure esm" },
{ name: 'sinon-chai', reason: 'v4 requires chai@5' },
{ name: "sinon-chai", reason: "v4 requires chai@5" },
{ name: "rimraf", reason: "v6 drops node 18 support" },
],
};

0 comments on commit 03c159c

Please sign in to comment.