Skip to content

Commit

Permalink
Better comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderOMara committed Nov 19, 2024
1 parent 68103b7 commit abf95c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/npm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const keywords = readme.map((s) => s.match(/^\!\[(.*)\]\((.*)\)$/))
.filter((m) => m && m[2].startsWith('https://img.shields.io/badge/'))
.map((m) => m![1]);

// Monkey patch for broken JSR mappings.
// Monkey patch for broken JSR mappings, also add version info.
const replace = new Map<string, string>();
const jsrs = Object.keys(mappings).filter((s) => s.startsWith('jsr:'));
const jsrm = /^(jsr:(@.*))@([^@]*)$/;
Expand Down

0 comments on commit abf95c5

Please sign in to comment.