Skip to content

Commit

Permalink
chore: update package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaAmaju committed Sep 12, 2024
1 parent 72fc149 commit 6920a0f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions integrations/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
"version": "0.1.0",
"description": "",
"type": "module",
"homepage": "https://github.com/joshamaju/stack54/blob/main/integrations/express/README.md",
"repository": {
"type": "git",
"url": "https://github.com/joshamaju/stack54.git",
"directory": "integrations/express"
},
"publishConfig": {
"access": "public"
},
Expand Down
6 changes: 6 additions & 0 deletions integrations/hono/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
"version": "0.0.4",
"description": "",
"type": "module",
"homepage": "https://github.com/joshamaju/stack54/blob/main/integrations/hono/README.md",
"repository": {
"type": "git",
"url": "https://github.com/joshamaju/stack54.git",
"directory": "integrations/hono"
},
"publishConfig": {
"access": "public"
},
Expand Down
6 changes: 6 additions & 0 deletions integrations/island/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
"version": "0.1.0",
"description": "",
"type": "module",
"homepage": "https://github.com/joshamaju/stack54/blob/main/integrations/island/README.md",
"repository": {
"type": "git",
"url": "https://github.com/joshamaju/stack54.git",
"directory": "integrations/island"
},
"scripts": {
"build": "tsc",
"dev": "tsc --w",
Expand Down

0 comments on commit 6920a0f

Please sign in to comment.