Skip to content
This repository has been archived by the owner on Sep 10, 2023. It is now read-only.

Commit

Permalink
fix: import/require for js/mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
iCrawl committed Oct 25, 2021
1 parent 4010909 commit 594b2c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"module": "./dist/index.mjs",
"typings": "./dist/index.d.ts",
"exports": {
"import": "./dist/index.js",
"require": "./dist/index.mjs"
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"author": "iCrawl <icrawltogo@gmail.com>",
"contributors": [
Expand Down

0 comments on commit 594b2c1

Please sign in to comment.