Skip to content

Commit d2ed46e

Browse files
committed
fixed module declarationn issue
1 parent 912c94a commit d2ed46e

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

package.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-tiny-popover",
3-
"version": "8.1.5",
3+
"version": "8.1.6",
44
"description": "A simple and highly customizable popover react higher order component with no other dependencies!",
55
"keywords": [
66
"react",
@@ -21,13 +21,6 @@
2121
"license": "MIT",
2222
"author": "Alex Katz",
2323
"main": "dist/Popover.js",
24-
"module": "dist/Popover.js",
25-
"exports": {
26-
".": {
27-
"import": "./dist/Popover.js",
28-
"require": "./dist/Popover.js"
29-
}
30-
},
3124
"types": "dist/index.d.ts",
3225
"scripts": {
3326
"build": "tsc -p . && pnpm run copy-types",

0 commit comments

Comments
 (0)