Skip to content

Commit cffa78c

Browse files
Peter Stengerclaude
andcommitted
fix: match repository.url owner casing to PrairieLearn for npm provenance
npm's provenance verification is case-sensitive on repository.url; the GitHub OIDC provenance reports the canonical owner casing PrairieLearn, so the lowercased URL was rejected with E422. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 3c6666c commit cffa78c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "HTML with Mustache/Handlebars template syntax grammar for tree-sitter",
55
"repository": {
66
"type": "git",
7-
"url": "git+https://github.com/prairielearn/tree-sitter-htmlmustache.git"
7+
"url": "git+https://github.com/PrairieLearn/tree-sitter-htmlmustache.git"
88
},
99
"license": "MIT",
1010
"author": {

0 commit comments

Comments
 (0)