Skip to content

Commit 5d920d2

Browse files
committed
Back to non-ESM
1 parent bf3b6db commit 5d920d2

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

package.json

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +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.2",
5-
"type": "module",
6-
"types": "./dist/index.d.ts",
7-
"exports": {
8-
"import": {
9-
"import": "./esm/index.js"
10-
},
11-
"require": {
12-
"require": "./dist/index.js"
13-
}
14-
},
5+
"main": "dist/index.js",
6+
"module": "esm/index.js",
157
"repository": "GMOD/generic-filehandle2",
168
"license": "MIT",
179
"author": {

0 commit comments

Comments
 (0)