Skip to content

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tuki0918 committed Dec 21, 2024
1 parent 6880e38 commit 8c5de67
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"name": "dotenv-zod-validator",
"version": "1.2.1",
"version": "1.3.0",
"description": "A very lightweight library for validating and transforming environment variables using Zod.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "tsc -p tsconfig.build.json",
"build:check": "tsc -p tsconfig.build.json --noEmit",
Expand Down

0 comments on commit 8c5de67

Please sign in to comment.