We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22622e5 commit df2afd6Copy full SHA for df2afd6
package.json
@@ -1,11 +1,12 @@
1
{
2
"name": "@coin-mirror/react-lazy-image",
3
- "version": "0.1.4",
+ "version": "0.1.5",
4
"private": false,
5
"description": "Simple react component to lazy-load images when they are visible. With support for blurhash.",
6
"exports": "./dist/index.js",
7
- "types": "./dist/index.d.ts",
8
- "main": "./dist/index.js",
+ "types": "dist/index.d.ts",
+ "main": "dist/index.js",
9
+ "module": "src/index.tsx",
10
"type": "module",
11
"license": "MIT",
12
"author": "Maximilian Pfennig <[email protected]>",
0 commit comments