Skip to content

Commit

Permalink
chore: fix version number of Auth.js middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukebe committed Dec 28, 2023
1 parent f9859e8 commit 6f2c429
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/auth-js/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -68,4 +68,4 @@
"engines": {
"node": ">=18.4.0"
}
}
}

0 comments on commit 6f2c429

Please sign in to comment.