Skip to content

Commit

Permalink
Update package.json to distribute mjs-lib/
Browse files Browse the repository at this point in the history
  • Loading branch information
ayjayt committed Feb 1, 2024
1 parent 7081531 commit acfc6ce
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@
"module": "./mjs-lib/index.js",
"exports": {
"import": "./mjs-lib/index.js",
"require": "./lib/index.js"
"require": "./index.js"
},
"files": [
"index.js",
"index.d.ts",
"dist/",
"lib/"
"lib/",
"mjs-lib/"
],
"engines": {
"node": ">17.0.0"
Expand Down

0 comments on commit acfc6ce

Please sign in to comment.