We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1fd4d2 commit 36b32afCopy full SHA for 36b32af
package.json
@@ -2,8 +2,10 @@
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
+ "module": "./esm/index.js",
9
"repository": "GMOD/generic-filehandle2",
10
"license": "MIT",
11
"author": {
0 commit comments