Skip to content

Commit

Permalink
fix: add module to package.json and add types to export maps for …
Browse files Browse the repository at this point in the history
…`NodeNext` support
  • Loading branch information
favna committed Apr 16, 2022
1 parent bfc08fc commit 68021b2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@
"author": "favna",
"license": "Apache-2.0",
"main": "dist/index.js",
"module": "dist/index.mjs",
"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://nintendo-switch-eshop.vercel.app",
Expand Down

0 comments on commit 68021b2

Please sign in to comment.