Skip to content

Commit 0580765

Browse files
committed
0.11.0
1 parent d2da108 commit 0580765

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dozen",
3-
"version": "0.10.0",
3+
"version": "0.11.0",
44
"description": "Load config from a dozen sources, normalize and validate with Zod, Valibot or ArkType",
55
"author": "Alex Schneider <me@schneider.ax>",
66
"license": "ISC",
@@ -25,7 +25,9 @@
2525
},
2626
"type": "module",
2727
"main": "./src/presets/node.ts",
28-
"files": ["src"],
28+
"files": [
29+
"src"
30+
],
2931
"exports": {
3032
".": "./src/presets/node.ts",
3133
"./base": "./src/index.ts",

0 commit comments

Comments
 (0)