Skip to content

Commit 3afc6ed

Browse files
committed
fix export of project
1 parent 54145a6 commit 3afc6ed

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
@@ -1,9 +1,11 @@
11
{
22
"name": "@coin-mirror/react-lazy-image",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"private": false,
55
"description": "Lazy-load images, only when they are visible.",
66
"module": "src/index.tsx",
7+
"main": "dist/index.js",
8+
"types": "dist/index.d.ts",
79
"type": "module",
810
"license": "MIT",
911
"author": "Maximilian Pfennig <[email protected]>",

0 commit comments

Comments
 (0)