@vue-vine/eslint-parser 0.2.5 → 0.2.7

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 +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vue-vine/eslint-parser",
3
- "version": "0.2.5",
3
+ "version": "0.2.7",
4
4
  "description": "ESLint parser for Vue Vine",
5
5
  "author": "ShenQingchuan",
6
6
  "license": "MIT",
@@ -45,6 +45,7 @@
45
45
  "dev": "tsup --watch",
46
46
  "build": "tsup",
47
47
  "test": "vitest",
48
- "test:dev": "vitest"
48
+ "test:dev": "vitest",
49
+ "prepublish": "pnpm run build"
49
50
  }
50
51
  }