Skip to content

Commit

Permalink
chore: run npm pkg fix (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoenig134 authored Feb 1, 2024
1 parent d0645cc commit 39b5138
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/app-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"homepage": "https://enmeshed.eu",
"repository": {
"type": "git",
"url": "https://github.com/nmshd/runtime",
"url": "git+https://github.com/nmshd/runtime.git",
"directory": "packages/app-runtime"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/consumption/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"homepage": "https://enmeshed.eu",
"repository": {
"type": "git",
"url": "https://github.com/nmshd/runtime",
"url": "git+https://github.com/nmshd/runtime.git",
"directory": "packages/consumption"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/content/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"homepage": "https://enmeshed.eu",
"repository": {
"type": "git",
"url": "https://github.com/nmshd/runtime",
"url": "git+https://github.com/nmshd/runtime.git",
"directory": "packages/content"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/iql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"homepage": "https://enmeshed.eu",
"repository": {
"type": "git",
"url": "https://github.com/nmshd/runtime",
"url": "git+https://github.com/nmshd/runtime.git",
"directory": "packages/iql"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"homepage": "https://enmeshed.eu",
"repository": {
"type": "git",
"url": "https://github.com/nmshd/runtime",
"url": "git+https://github.com/nmshd/runtime.git",
"directory": "packages/runtime"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/transport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"homepage": "https://enmeshed.eu",
"repository": {
"type": "git",
"url": "https://github.com/nmshd/runtime",
"url": "git+https://github.com/nmshd/runtime.git",
"directory": "packages/transport"
},
"license": "MIT",
Expand Down

0 comments on commit 39b5138

Please sign in to comment.