Skip to content

Commit e617cf2

Browse files
committed
fix(package.json): Remove git+ protocol from repository url's
GitHub no longer supports it.
1 parent ed7fbec commit e617cf2

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

dist/dicom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"repository": {
2020
"type": "git",
21-
"url": "git+https://github.com/InsightSoftwareConsortium/itk-wasm.git"
21+
"url": "https://github.com/InsightSoftwareConsortium/itk-wasm.git"
2222
},
2323
"keywords": [
2424
"itk",

examples/node-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "git+https://github.com/InsightSoftwareConsortium/itk-wasm.git"
14+
"url": "https://github.com/InsightSoftwareConsortium/itk-wasm.git"
1515
},
1616
"keywords": [
1717
"itk",

examples/umd/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "git+https://github.com/InsightSoftwareConsortium/itk-wasm.git"
14+
"url": "https://github.com/InsightSoftwareConsortium/itk-wasm.git"
1515
},
1616
"keywords": [
1717
"itk",

examples/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"repository": {
2020
"type": "git",
21-
"url": "git+https://github.com/InsightSoftwareConsortium/itk-wasm.git"
21+
"url": "https://github.com/InsightSoftwareConsortium/itk-wasm.git"
2222
},
2323
"keywords": [
2424
"itk",

examples/webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"repository": {
2323
"type": "git",
24-
"url": "git+https://github.com/InsightSoftwareConsortium/itk-wasm.git"
24+
"url": "https://github.com/InsightSoftwareConsortium/itk-wasm.git"
2525
},
2626
"keywords": [
2727
"itk",

src/io/internal/packages/image-io.package.json.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/InsightSoftwareConsortium/itk-wasm.git"
11+
"url": "https://github.com/InsightSoftwareConsortium/itk-wasm.git"
1212
},
1313
"keywords": [
1414
"itk",

src/io/internal/packages/mesh-io.package.json.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/InsightSoftwareConsortium/itk-wasm.git"
11+
"url": "https://github.com/InsightSoftwareConsortium/itk-wasm.git"
1212
},
1313
"keywords": [
1414
"itk",

0 commit comments

Comments
 (0)