We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2499c5b commit a3660bcCopy full SHA for a3660bc
package.json
@@ -1,19 +1,13 @@
1
{
2
"name": "@aptre/react-dropzone",
3
"description": "Simple HTML5 drag-drop zone with React.js",
4
- "version": "1.0.0",
+ "version": "1.0.1",
5
"types": "./types/react-dropzone.d.ts",
6
- "module": "./dist/esm/index.mjs",
+ "module": "./dist/index.mjs",
7
"exports": {
8
".": {
9
- "import": {
10
- "types": "./types/react-dropzone.d.mts",
11
- "default": "./dist/esm/index.mjs"
12
- },
13
- "require": {
14
- "types": "./types/react-dropzone.d.ts",
15
- "default": "./dist/cjs/index.js"
16
- }
+ "types": "./types/react-dropzone.d.ts",
+ "default": "./dist/index.mjs"
17
}
18
},
19
"sideEffects": false,
types/react-dropzone.d.mts
0 commit comments