We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 912c94a commit d2ed46eCopy full SHA for d2ed46e
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-tiny-popover",
3
- "version": "8.1.5",
+ "version": "8.1.6",
4
"description": "A simple and highly customizable popover react higher order component with no other dependencies!",
5
"keywords": [
6
"react",
@@ -21,13 +21,6 @@
21
"license": "MIT",
22
"author": "Alex Katz",
23
"main": "dist/Popover.js",
24
- "module": "dist/Popover.js",
25
- "exports": {
26
- ".": {
27
- "import": "./dist/Popover.js",
28
- "require": "./dist/Popover.js"
29
- }
30
- },
31
"types": "dist/index.d.ts",
32
"scripts": {
33
"build": "tsc -p . && pnpm run copy-types",
0 commit comments