Skip to content

Commit 107c79b

Browse files
authored
Merge pull request #1225 from thewtex/email-update
docs: update email to matt@mmmccormick.com
2 parents 6b1ba4b + f115903 commit 107c79b

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

examples/debugging/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"start": "http-server -o"
1818
},
1919
"type": "module",
20-
"author": "Matt McCormick <matt.mccormick@kitware.com>",
20+
"author": "Matt McCormick <matt@mmmccormick.com>",
2121
"license": "Apache-2.0",
2222
"dependencies": {
2323
"http-server": "^14.1.0",

examples/different-input-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test:wasi": "itk-wasm -b wasi-build run different-input-types.wasi.wasm -- -- ./Gourds.png label.png overlay.png",
1111
"test:wasi:help": "itk-wasm -b wasi-build run different-input-types.wasi.wasm -- -- --help"
1212
},
13-
"author": "Matt McCormick <matt.mccormick@kitware.com>",
13+
"author": "Matt McCormick <matt@mmmccormick.com>",
1414
"license": "Apache-2.0",
1515
"dependencies": {
1616
"itk-wasm": "^1.0.0-b.66"

examples/hello-pipeline/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"test:quiet": "itk-wasm run wasi-build/hello-pipeline.wasi.wasm -- -- --quiet cthead1.png",
1010
"test:help": "itk-wasm run wasi-build/hello-pipeline.wasi.wasm -- -- --help"
1111
},
12-
"author": "Matt McCormick <matt.mccormick@kitware.com>",
12+
"author": "Matt McCormick <matt@mmmccormick.com>",
1313
"license": "Apache-2.0",
1414
"dependencies": {
1515
"fs-extra": "^10.0.0",

examples/hello-world/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"start": "http-server -p 8083",
1717
"test:browser": "start-server-and-test start http://localhost:8083 cypress:run"
1818
},
19-
"author": "Matt McCormick <matt.mccormick@kitware.com>",
19+
"author": "Matt McCormick <matt@mmmccormick.com>",
2020
"license": "Apache-2.0",
2121
"dependencies": {
2222
"fs-extra": "^11.1.0",

examples/inputs-outputs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"test:wasi": "itk-wasm -i itkwasm/wasi:latest -b wasi-build run inputs-outputs.wasi.wasm -- -- cthead1.png smoothed.png",
4040
"test:wasi:help": "itk-wasm -i itkwasm/wasi:latest -b wasi-build run inputs-outputs.wasi.wasm -- -- --help"
4141
},
42-
"author": "Matt McCormick <matt.mccormick@kitware.com>",
42+
"author": "Matt McCormick <matt@mmmccormick.com>",
4343
"license": "Apache-2.0",
4444
"devDependencies": {
4545
"@itk-wasm/image-io": "workspace:^",

examples/mean-squares-versor-registration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"test:wasi:long": "itk-wasm test -- -- -V",
4040
"test:wasi:help": "itk-wasm -i itkwasm/wasi:latest run mean-squares-versor-registration.wasi.wasm -- -- --help"
4141
},
42-
"author": "Matt McCormick <matt.mccormick@kitware.com>",
42+
"author": "Matt McCormick <matt@mmmccormick.com>",
4343
"license": "Apache-2.0",
4444
"devDependencies": {
4545
"@itk-wasm/image-io": "workspace:^",

examples/umd/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"itk",
1818
"umd"
1919
],
20-
"author": "Matt McCormick <matt.mccormick@kitware.com>",
20+
"author": "Matt McCormick <matt@mmmccormick.com>",
2121
"license": "Apache-2.0",
2222
"bugs": {
2323
"url": "https://github.com/InsightSoftwareConsortium/ITK-Wasm/issues"

examples/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"rollup",
2626
"vite"
2727
],
28-
"author": "Matt McCormick <matt.mccormick@kitware.com>",
28+
"author": "Matt McCormick <matt@mmmccormick.com>",
2929
"license": "Apache-2.0",
3030
"bugs": {
3131
"url": "https://github.com/InsightSoftwareConsortium/ITK-Wasm/issues"

examples/webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"itk",
2828
"webpack"
2929
],
30-
"author": "Matt McCormick <matt.mccormick@kitware.com>",
30+
"author": "Matt McCormick <matt@mmmccormick.com>",
3131
"license": "Apache-2.0",
3232
"bugs": {
3333
"url": "https://github.com/InsightSoftwareConsortium/ITK-Wasm/issues"

packages/core/python/itkwasm/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
55
[project]
66
name = "itkwasm"
77
description = "Python interface to itk-wasm WebAssembly (Wasm) modules."
8-
authors = [{name = "Matt McCormick", email = "matt.mccormick@kitware.com"}]
8+
authors = [{name = "Matt McCormick", email = "matt@mmmccormick.com"}]
99
readme = "README.md"
1010
license = {file = "LICENSE"}
1111
classifiers = [

0 commit comments

Comments
 (0)