Skip to content

Commit

Permalink
fix: swap import and require in export paths
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Jun 19, 2021
1 parent 965d851 commit 5689ae0
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 @@ -9,8 +9,8 @@
"module": "generated/ts/graphql-pokemon.mjs",
"types": "generated/ts/graphql-pokemon.d.ts",
"exports": {
"import": "./generated/ts/graphql-pokemon.cjs",
"require": "./generated/ts/graphql-pokemon.mjs"
"import": "./generated/ts/graphql-pokemon.mjs",
"require": "./generated/ts/graphql-pokemon.cjs"
},
"imports": {
"#arguments/*": "./generated/api/arguments/*.js",
Expand Down

0 comments on commit 5689ae0

Please sign in to comment.