Skip to content

Commit

Permalink
chore: fix file paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeny Zakharov committed May 14, 2022
1 parent 898e3a1 commit 5c62ce4
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@
"name": "nestjs-zod",
"description": "All NestJS + Zod utilities you need",
"version": "0.0.0-set-by-ci",
"main": "./dist/lib/index.js",
"module": "./dist/lib/index.js",
"types": "./dist/lib/index.d.ts",
"exports": "./dist/lib/index.js",
"main": "./dist/index.js",
"exports": {
".": "./dist/index.js",
"./nz": "./dist/nz.js"
},
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
Expand Down

0 comments on commit 5c62ce4

Please sign in to comment.