We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aa1fba commit 7ca8681Copy full SHA for 7ca8681
package.json
@@ -17,9 +17,9 @@
17
"url": "http://github.com/graphql/dataloader.git"
18
},
19
"type": "module",
20
- "main": "dist/index.cjs",
21
- "module": "dist/index.js",
22
- "typings": "dist/index.d.ts",
+ "main": "dist/cjs/index.js",
+ "module": "dist/esm/index.js",
+ "typings": "dist/esm/index.d.ts",
23
"scripts": {
24
"test": "npm run lint && npm run check && npm run testonly",
25
"test:ci": "npm run lint && npm run check && npm run testonly -- --coverage",
0 commit comments