Skip to content

Commit

Permalink
πŸ— πŸ› fix exports not recognized by some Webpack configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
astoilkov committed Jul 22, 2022
1 parent 78af528 commit 544d03b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 11,8 @@
"url": "https://astoilkov.com"
},
"type": "module",
"exports": {
"default": "./index.js",
"types": "./index.d.ts"
},
"main": "./index.js",
"types": "./index.d.ts",
"sideEffects": false,
"engines": {
"node": ">=12"
Expand Down

0 comments on commit 544d03b

Please sign in to comment.