Skip to content

Commit

Permalink
Merge pull request #8 from sor4chi/fix/update-package-json
Browse files Browse the repository at this point in the history
chore: update package.json settings
  • Loading branch information
sor4chi authored Sep 26, 2023
2 parents bcd0232 + 8daac1f commit 7186349
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion packages/hono-do/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "hono-do",
"version": "0.1.0",
"description": "A wrapper of Durable Object of Cloudflare Workers for Hono",
"type": "module",
"module": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -13,11 +14,22 @@
"hono",
"cloudflare-workers"
],
"author": "sor4chi",
"files": [
"dist"
],
"author": "sor4chi <[email protected]> (https://github.com/sor4chi)",
"license": "MIT",
"devDependencies": {
"@cloudflare/workers-types": "^4.20230904.0"
},
"repository": {
"type": "git",
"url": "https://github.com/sor4chi/hono-do.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"dependencies": {
"hono": "^3.6.0"
}
Expand Down

0 comments on commit 7186349

Please sign in to comment.