Skip to content

Commit

Permalink
strip the v off of version for npm build
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs224 committed May 14, 2024
1 parent 3e034f1 commit 1694d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_npm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ await build({
package: {
// package.json properties
name: "hono-sessions",
version: Deno.args[0],
version: Deno.args[0].replace('v', ''),
description: "Cookie-based sessions for Hono web framework",
license: "MIT",
repository: {
Expand Down

0 comments on commit 1694d90

Please sign in to comment.