Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed May 28, 2024
1 parent 71eeb6f commit c7230b0
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,6 +1,6 @@
{
"name": "vite-plugin-valibot-env",
"version": "0.4.0",
"version": "0.5.0",
"description": "A Vite plugin to validate environment variables against a Valibot schema",
"license": "MIT",
"author": "Jan T. Sott",
Expand All @@ -23,8 +23,8 @@
"build": "tsup",
"dev": "npm run build -- --watch",
"lint:code": "eslint **/*.json **/*.ts --ignore-path .gitignore",
"lint:deps": "knip --production",
"lint": "npm-run-all --parallel lint:*",
"lint:deps": "knip --production",
"lint": "npm-run-all --parallel lint:*",
"prepack": "npm run build",
"prepare": "husky",
"publish:jsr": "deno publish",
Expand Down

0 comments on commit c7230b0

Please sign in to comment.