Skip to content

Commit ef3f36b

Browse files
committed
Reduce NPM tarball
1 parent 31669a0 commit ef3f36b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
"description": "Creates Zod schemas for your EdgeDB types",
77
"bin": "dist/cli.js",
88
"main": "dist/index.js",
9+
"files": ["dist"],
10+
"repository": {
11+
"type": "git",
12+
"url": "https://github.com/sikarii/edgedb-zod"
13+
},
914
"scripts": {
1015
"gen": "tsx src/cli.ts",
1116
"dev": "tsx watch src/index.ts",

0 commit comments

Comments
 (0)