Skip to content

Commit f3b092b

Browse files
committed
fix entrypoint filename
1 parent 10ad880 commit f3b092b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.7.0",
44
"type": "module",
55
"description": "Simple frontend JS library to compress images",
6-
"main": "./dist/index.js",
6+
"main": "./dist/simple-image-compressor.js",
77
"types": "./dist/index.d.ts",
88
"files": [
99
"dist"

0 commit comments

Comments
 (0)