Skip to content

Commit

Permalink
fix: NodeNext moduleResolution (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
almeidx authored Oct 29, 2022
1 parent 462fe30 commit 119a318
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"types": "dist/index.d.ts",
"exports": {
"import": "./dist/index.mjs",
"require": "./dist/index.js"
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"sideEffects": false,
"homepage": "https://skyra-project.github.io/gifenc",
Expand Down

0 comments on commit 119a318

Please # to comment.