We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1fd4d2 commit 235f827Copy full SHA for 235f827
package.json
@@ -2,7 +2,8 @@
2
"name": "generic-filehandle2",
3
"description": "uniform interface for accessing binary data from local files, remote HTTP resources, and browser Blob data",
4
"version": "2.0.7",
5
- "module": "./esm/index.js",
+ "type": "module",
6
+ "exports": "./esm/index.js",
7
"main": "./dist/index.js",
8
"repository": "GMOD/generic-filehandle2",
9
"license": "MIT",
0 commit comments