Skip to content

Commit

Permalink
Trying to correct path to main entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
spaceo committed Sep 4, 2024
1 parent be56db9 commit 9381116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "json-to-zod-plus",
"version": "1.0.1",
"description": "Converts JSON objects or files into simple Zod schemas.",
"main": "index.js",
"main": "./dist/index.js",
"scripts": {
"build": "rimraf ./dist && tsc && copyfiles package.json ./dist && copyfiles LICENSE ./dist && copyfiles readme.md ./dist"
},
Expand Down

0 comments on commit 9381116

Please sign in to comment.