Skip to content

Commit

Permalink
fix(Utils): invalid exports
Browse files Browse the repository at this point in the history
  • Loading branch information
ijsKoud committed Jun 20, 2023
1 parent 75bfa15 commit 59b4ce4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"license": "MIT",
"type": "module",
"exports": {
"./types.js": "./dist/types.js",
"./constants.js": "./dist/constants.js",
"./RequestWithPagination.js": "./dist/RequestWithPagination.js"
"./types.js": "./dist/src/types.js",
"./constants.js": "./dist/src/constants.js",
"./RequestWithPagination.js": "./dist/src/RequestWithPagination.js"
},
"scripts": {
"build": "tsc --build",
Expand Down

0 comments on commit 59b4ce4

Please sign in to comment.