Skip to content

Commit

Permalink
feat: allow module: NodeNext (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladfrangu authored Mar 5, 2022
1 parent 30e7ffd commit 781d94f
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 @@ -6,7 +6,8 @@
"types": "dist/index.d.ts",
"exports": {
"import": "./dist/index.mjs",
"require": "./dist/index.js"
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"author": "@sapphire",
"license": "MIT",
Expand Down

0 comments on commit 781d94f

Please sign in to comment.