Skip to content

Commit c2e59bf

Browse files
fix: correct repository URL casing for npm provenance verification
1 parent b901dac commit c2e59bf

17 files changed

Lines changed: 17 additions & 17 deletions

File tree

packages/codec/npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"license": "MIT",
2222
"repository": {
2323
"type": "git",
24-
"url": "https://github.com/bartwaardenburg/srcmap"
24+
"url": "https://github.com/BartWaardenburg/srcmap"
2525
},
2626
"os": [
2727
"darwin"

packages/codec/npm/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"license": "MIT",
2222
"repository": {
2323
"type": "git",
24-
"url": "https://github.com/bartwaardenburg/srcmap"
24+
"url": "https://github.com/BartWaardenburg/srcmap"
2525
},
2626
"os": [
2727
"darwin"

packages/codec/npm/linux-arm64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"license": "MIT",
2222
"repository": {
2323
"type": "git",
24-
"url": "https://github.com/bartwaardenburg/srcmap"
24+
"url": "https://github.com/BartWaardenburg/srcmap"
2525
},
2626
"os": [
2727
"linux"

packages/codec/npm/linux-arm64-musl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"license": "MIT",
2222
"repository": {
2323
"type": "git",
24-
"url": "https://github.com/bartwaardenburg/srcmap"
24+
"url": "https://github.com/BartWaardenburg/srcmap"
2525
},
2626
"os": [
2727
"linux"

packages/codec/npm/linux-x64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"license": "MIT",
2222
"repository": {
2323
"type": "git",
24-
"url": "https://github.com/bartwaardenburg/srcmap"
24+
"url": "https://github.com/BartWaardenburg/srcmap"
2525
},
2626
"os": [
2727
"linux"

packages/codec/npm/linux-x64-musl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"license": "MIT",
2222
"repository": {
2323
"type": "git",
24-
"url": "https://github.com/bartwaardenburg/srcmap"
24+
"url": "https://github.com/BartWaardenburg/srcmap"
2525
},
2626
"os": [
2727
"linux"

packages/codec/npm/win32-x64-msvc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"license": "MIT",
2222
"repository": {
2323
"type": "git",
24-
"url": "https://github.com/bartwaardenburg/srcmap"
24+
"url": "https://github.com/BartWaardenburg/srcmap"
2525
},
2626
"os": [
2727
"win32"

packages/codec/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
},
5050
"repository": {
5151
"type": "git",
52-
"url": "https://github.com/bartwaardenburg/srcmap"
52+
"url": "https://github.com/BartWaardenburg/srcmap"
5353
},
5454
"keywords": [
5555
"sourcemap",

packages/sourcemap-wasm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"repository": {
1818
"type": "git",
19-
"url": "https://github.com/bartwaardenburg/srcmap"
19+
"url": "https://github.com/BartWaardenburg/srcmap"
2020
},
2121
"keywords": [
2222
"sourcemap",

packages/sourcemap/npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"license": "MIT",
2323
"repository": {
2424
"type": "git",
25-
"url": "https://github.com/bartwaardenburg/srcmap"
25+
"url": "https://github.com/BartWaardenburg/srcmap"
2626
},
2727
"os": [
2828
"darwin"

0 commit comments

Comments
 (0)