Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge committed Apr 22, 2024
1 parent 7dd5e07 commit 083f77e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 36 deletions.
13 changes: 2 additions & 11 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@
"name": "@t3-oss/env-core",
"version": "0.10.0",
"type": "module",
"keywords": [
"create-t3-app",
"environment variables",
"zod"
],
"keywords": ["create-t3-app", "environment variables", "zod"],
"author": "Julius Marminge",
"license": "MIT",
"repository": {
Expand All @@ -25,12 +21,7 @@
"default": "./dist/presets.js"
}
},
"files": [
"dist",
"package.json",
"LICENSE",
"README.md"
],
"files": ["dist", "package.json", "LICENSE", "README.md"],
"scripts": {
"build": "rm -rf dist && bunchee",
"dev": "bunhcee -w",
Expand Down
14 changes: 2 additions & 12 deletions packages/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,7 @@
"name": "@t3-oss/env-nextjs",
"version": "0.10.0",
"type": "module",
"keywords": [
"create-t3-app",
"environment variables",
"zod",
"nextjs"
],
"keywords": ["create-t3-app", "environment variables", "zod", "nextjs"],
"author": "Julius Marminge",
"license": "MIT",
"repository": {
Expand All @@ -26,12 +21,7 @@
"default": "./dist/presets.js"
}
},
"files": [
"dist",
"package.json",
"LICENSE",
"README.md"
],
"files": ["dist", "package.json", "LICENSE", "README.md"],
"scripts": {
"build": "rm -rf dist && bunchee",
"dev": "bunchee -w",
Expand Down
15 changes: 2 additions & 13 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,7 @@
"name": "@t3-oss/env-nuxt",
"version": "0.10.0",
"type": "module",
"keywords": [
"create-t3-app",
"environment variables",
"zod",
"nuxt",
"vue"
],
"keywords": ["create-t3-app", "environment variables", "zod", "nuxt", "vue"],
"author": "Julius Marminge",
"license": "MIT",
"repository": {
Expand All @@ -27,12 +21,7 @@
"default": "./dist/presets.js"
}
},
"files": [
"dist",
"package.json",
"LICENSE",
"README.md"
],
"files": ["dist", "package.json", "LICENSE", "README.md"],
"scripts": {
"build": "rm -rf dist && bunchee",
"dev": "bunchee -w",
Expand Down

0 comments on commit 083f77e

Please sign in to comment.