next-blurhash-previews 0.0.2 → 0.0.3-beta1

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 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "next-blurhash-previews",
3
- "version": "0.0.2",
3
+ "version": "0.0.3-beta1",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -10,7 +10,7 @@
10
10
  "test": "echo \"Error: no test specified\" && exit 1",
11
11
  "build": "vite build",
12
12
  "build-watch": "vite build -w",
13
- "prepublish": "npm run build"
13
+ "prepare": "npm run build"
14
14
  },
15
15
  "type": "module",
16
16
  "repository": {