Skip to content

Commit 7417541

Browse files
authored
Explicitly declare js module type (#1004)
1 parent 7d64af1 commit 7417541

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "6.0.0",
44
"description": "Pure Javascript Multilingual OCR",
55
"main": "src/index.js",
6+
"type": "commonjs",
67
"types": "src/index.d.ts",
78
"unpkg": "dist/tesseract.min.js",
89
"jsdelivr": "dist/tesseract.min.js",

0 commit comments

Comments
 (0)