Skip to content

Commit

Permalink
build: remove es.js & replace it by .mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
Stun3R committed Jan 17, 2022
1 parent 0c6ed77 commit 16106d8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@
],
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/index.es.js"
"require": "./dist/index.cjs",
"import": "./dist/index.mjs"
},
"./package.json": "./package.json"
},
"main": "dist/index.js",
"module": "dist/index.es.js",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist/"
Expand Down

0 comments on commit 16106d8

Please sign in to comment.