@vue-vine/eslint-parser 0.1.14 → 0.1.16

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.1.14",
3
+ "version": "0.1.16",
4
4
  "description": "ESLint parser for Vue Vine",
5
5
  "author": "ShenQingchuan",
6
6
  "license": "MIT",
@@ -12,7 +12,8 @@
12
12
  ".": {
13
13
  "dev": "./src/index.ts",
14
14
  "import": "./dist/index.mjs",
15
- "require": "./dist/index.js"
15
+ "require": "./dist/index.js",
16
+ "node": "./dist/index.js"
16
17
  },
17
18
  "./package.json": "./package.json"
18
19
  },