Skip to content

Commit

Permalink
0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed May 25, 2024
1 parent 7effcaa commit 9875953
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-valibot-env",
"version": "0.3.0",
"version": "0.3.1",
"description": "A Vite plugin to validate environment variables against a Valibot schema",
"license": "MIT",
"author": "Jan T. Sott",
Expand Down Expand Up @@ -48,7 +48,7 @@
"husky": "^9.0.11",
"lint-staged": "^15.2.4",
"np": "^10.0.5",
"prettier": "^3.2.5",
"prettier": "^3.2.5",
"strip-ansi": "^7.1.0",
"tsm": "^2.3.0",
"tsup": "^8.0.2",
Expand All @@ -63,9 +63,9 @@
},
"lint-staged": {
"*.ts": [
"eslint --cache --fix",
"prettier --cache --write"
]
"eslint --cache --fix",
"prettier --cache --write"
]
},
"packageManager": "[email protected]+sha512.127dc83b9ea10c32be65d22a8efb4a65fb952e8fefbdfded39bdc3c97efc32d31b48b00420df2c1187ace28c921c902f0cb5a134a4d032b8b5295cbfa2c681e2"
}

0 comments on commit 9875953

Please sign in to comment.