Skip to content

Commit 204cf01

Browse files
committed
fix: correct repository URL case to match GitHub organization
npm provenance validation requires exact case match between package.json repository and GitHub organization name.
1 parent 1a799f2 commit 204cf01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@
2323
],
2424
"types": "src/index.d.ts",
2525
"homepage": "https://macpaw.github.io/browser-deeplink/example",
26-
"repository": "macpaw/browser-deeplink"
26+
"repository": "MacPaw/browser-deeplink"
2727
}

0 commit comments

Comments
 (0)