Skip to content

Commit 36b32af

Browse files
committed
Pure ESM
1 parent f1fd4d2 commit 36b32af

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
"name": "generic-filehandle2",
33
"description": "uniform interface for accessing binary data from local files, remote HTTP resources, and browser Blob data",
44
"version": "2.0.7",
5-
"module": "./esm/index.js",
5+
"type": "module",
6+
"exports": "./esm/index.js",
67
"main": "./dist/index.js",
8+
"module": "./esm/index.js",
79
"repository": "GMOD/generic-filehandle2",
810
"license": "MIT",
911
"author": {

0 commit comments

Comments
 (0)