Skip to content

Commit

Permalink
fix: main and types path
Browse files Browse the repository at this point in the history
  • Loading branch information
nimrodkor committed Oct 11, 2024
1 parent 217b72b commit 709cddf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@baz-scm/pgmq-ts",
"version": "0.2.4",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
"files": [
"dist/src"
],
Expand Down

0 comments on commit 709cddf

Please sign in to comment.