Skip to content

Commit

Permalink
fix: compatibility with Next.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kripod committed Nov 1, 2020
1 parent 85c8b19 commit 35158fe
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,11 +17,11 @@
"author": "Kristóf Poduszló <[email protected]>",
"sideEffects": false,
"exports": {
"import": "./dist/esm/bundle.min.mjs",
"import": "./dist/esm/bundle.min.js",
"require": "./dist/cjs/bundle.min.js"
},
"main": "./dist/cjs/bundle.min.js",
"module": "./dist/esm/bundle.min.mjs",
"module": "./dist/esm/bundle.min.js",
"types": "./dist/cjs/bundle.min.d.ts",
"files": [
"dist/",
Expand Down

0 comments on commit 35158fe

Please sign in to comment.