chore: fix version number of Auth.js middleware

pull/322/head
Yusuke Wada 2023-12-29 04:42:00 +09:00
parent f9859e8fa7
commit 6f2c42919e
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@hono/auth-js",
"version": "1.0.0",
"version": "0.0.0",
"description": "A third-party Auth js middleware for Hono",
"main": "dist/index.js",
"exports": {
@ -68,4 +68,4 @@
"engines": {
"node": ">=18.4.0"
}
}
}