Skip to content
This repository has been archived by the owner on Sep 11, 2022. It is now read-only.

Commit

Permalink
fix: fixed exports not targeting correct files
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Jun 19, 2021
1 parent 6091bd3 commit 86b50b3
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 @@ -8,8 +8,8 @@
"main": "generated/ts/saelem.d.ts",
"type": "module",
"exports": {
"import": "./generated/ts/graphql-pokemon.d.ts",
"require": "./generated/ts/graphql-pokemon.d.ts"
"import": "./generated/ts/saelem.d.ts",
"require": "./generated/ts/saelem.d.ts"
},
"imports": {
"#utils/*": "./generated/api/lib/utils/*.js",
Expand Down

0 comments on commit 86b50b3

Please sign in to comment.