Skip to content

Commit

Permalink
fix(package): point main and module at the correct files
Browse files Browse the repository at this point in the history
Signed-off-by: Will Soto <willsoto@users.noreply.github.com>
  • Loading branch information
willsoto committed Feb 10, 2019
1 parent 73929cc commit 5dbfabb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@
"git add"
]
},
"main": "src/index.ts",
"main": "dist/nestjs-objection.umd.js",
"module": "dist/nestjs-objection.esm.js",
"name": "@willsoto/nestjs-objection",
"peerDependencies": {
"@nestjs/common": ">=5.4.0",
Expand Down

0 comments on commit 5dbfabb

Please sign in to comment.