Skip to content

Commit

Permalink
chore: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukebe committed Sep 11, 2022
1 parent 3b8e4bd commit c3159dd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@honojs/node-server",
"version": "0.0.1",
"version": "0.0.0",
"description": "HTTP Server for Hono on Node.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -20,6 +20,10 @@
},
"homepage": "https://github.com/honojs/node-server",
"author": "Yusuke Wada <[email protected]> (https://github.com/yusukebe)",
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"dependencies": {
"undici": "^5.10.0"
},
Expand Down

0 comments on commit c3159dd

Please sign in to comment.