Skip to content

Commit

Permalink
Fixed text
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukebe committed Dec 14, 2021
1 parent e81a0e8 commit d8f49f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "hono",
"version": "0.0.1",
"description": "Minimal web framework for such as Cloudflare Workers",
"main": "src/index.js",
"description": "Minimal web framework for Cloudflare Workers",
"main": "src/hono.js",
"scripts": {
"test": "jest --verbose"
},
Expand All @@ -12,4 +12,4 @@
"jest": "^27.4.5",
"node-fetch": "^2.6.6"
}
}
}

0 comments on commit d8f49f4

Please sign in to comment.