next-blurhash-previews 0.0.3-beta7 → 0.0.3-beta8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -1
package/package.json CHANGED
@@ -1,8 +1,9 @@
1
1
  {
2
2
  "name": "next-blurhash-previews",
3
- "version": "0.0.3-beta7",
3
+ "version": "0.0.3-beta8",
4
4
  "description": "",
5
5
  "main": "index.js",
6
+ "module": "index.js",
6
7
  "bin": {
7
8
  "blurhash-markdown": "./bin/markdown-sync.js"
8
9
  },