We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e0550d commit f4211e5Copy full SHA for f4211e5
package.json
@@ -3,8 +3,8 @@
3
"version": "1.2.0",
4
"description": "Making fetch happen in Typescript.",
5
"source": "index.ts",
6
- "main": "dist/gretchen.cjs.js",
7
- "modern": "dist/gretchen.esm.js",
+ "main": "dist/gretchen.js",
+ "modern": "dist/gretchen.modern.js",
8
"module": "dist/gretchen.esm.js",
9
"unpkg": "dist/gretchen.iife.js",
10
"types": "dist/index.d.ts",
0 commit comments