Skip to content

Commit df2afd6

Browse files
committed
fix package.json
1 parent 22622e5 commit df2afd6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"name": "@coin-mirror/react-lazy-image",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"private": false,
55
"description": "Simple react component to lazy-load images when they are visible. With support for blurhash.",
66
"exports": "./dist/index.js",
7-
"types": "./dist/index.d.ts",
8-
"main": "./dist/index.js",
7+
"types": "dist/index.d.ts",
8+
"main": "dist/index.js",
9+
"module": "src/index.tsx",
910
"type": "module",
1011
"license": "MIT",
1112
"author": "Maximilian Pfennig <[email protected]>",

0 commit comments

Comments
 (0)