Skip to content

Commit

Permalink
fix: cjs export
Browse files Browse the repository at this point in the history
  • Loading branch information
estrattonbailey committed Aug 19, 2021
1 parent 0e0550d commit f4211e5
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
Expand Up @@ -3,8 +3,8 @@
"version": "1.2.0",
"description": "Making fetch happen in Typescript.",
"source": "index.ts",
"main": "dist/gretchen.cjs.js",
"modern": "dist/gretchen.esm.js",
"main": "dist/gretchen.js",
"modern": "dist/gretchen.modern.js",
"module": "dist/gretchen.esm.js",
"unpkg": "dist/gretchen.iife.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit f4211e5

Please sign in to comment.