@honojs/hello
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "@honojs/hello", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "An example of third-party middleware for Hono", | ||
@@ -16,3 +16,3 @@ "main": "dist/index.js", | ||
"build": "rimraf dist && tsc", | ||
"release": "npm publish" | ||
"release": "yarn publish" | ||
}, | ||
@@ -19,0 +19,0 @@ "license": "MIT", |
3845