Skip to content

Commit 0edf554

Browse files
committed
Fix release artifact, pointing the dist files to correct paths
1 parent 718d34c commit 0edf554

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.changeset/bright-turkeys-sparkle.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@labdigital/dataloader-cache-wrapper': patch
3+
---
4+
5+
Fix release artifact

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
},
99
"description": "Wrapper around dataloader to cache the results of the loader",
1010
"keywords": [],
11-
"main": "dist/index.js",
12-
"module": "dist/index.mjs",
11+
"main": "dist/index.cjs",
12+
"module": "dist/index.js",
1313
"typings": "dist/index.d.ts",
1414
"type": "module",
1515
"exports": {
1616
".": {
17-
"require": "./dist/index.js",
18-
"import": "./dist/index.mjs",
17+
"require": "./dist/index.cjs",
18+
"import": "./dist/index.js",
1919
"types": "./dist/index.d.ts"
2020
}
2121
},

0 commit comments

Comments
 (0)