Skip to content

Commit

Permalink
fix: add missing packageNameTemplate (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
Omochice authored Apr 15, 2024
1 parent 8f645a2 commit 7a2b8b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deno/jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"matchStrings": [
"['\"].+?['\"]\\s*:\\s*['\"]jsr:(?<depName>@(?<namespace>.+?)/(?<package>.+?))@[\\^~]?(?<currentValue>(?:0|[1-9]\\d*)(?:\\.(?:0|[1-9]\\d*)(?:\\.(?:0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?)?)?)[/\"']"
],
"datasourceTemplate": "npm"
"datasourceTemplate": "npm",
"packageNameTemplate": "@jsr/{{namespace}}__{{package}}"
},
{
"customType": "regex",
Expand Down

0 comments on commit 7a2b8b3

Please sign in to comment.