Skip to content

Commit 235f827

Browse files
committed
Pure ESM
1 parent f1fd4d2 commit 235f827

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
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",
78
"repository": "GMOD/generic-filehandle2",
89
"license": "MIT",

0 commit comments

Comments
 (0)