@vue-vine/eslint-parser 0.1.0 → 0.1.1

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