Skip to content

Commit

Permalink
chore: add version to example packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sor4chi committed Sep 26, 2023
1 parent 8c78509 commit ae145ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/chat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "hono-do-example-chat",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "wrangler dev src/index.ts",
"deploy": "wrangler deploy --minify src/index.ts"
Expand Down
1 change: 1 addition & 0 deletions examples/counter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "hono-do-example-counter",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "wrangler dev src/index.ts",
"deploy": "wrangler deploy --minify src/index.ts"
Expand Down

0 comments on commit ae145ed

Please sign in to comment.