This commit is contained in:
Anthony Fu 2019-07-18 03:48:25 +08:00
parent 2022fc2a1f
commit 25922716ee
3 changed files with 4 additions and 4 deletions

View File

@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.1.4"
"version": "0.1.5"
}

View File

@ -1,6 +1,6 @@
{
"name": "@antfu/eslint-config",
"version": "0.1.4",
"version": "0.1.5",
"description": "",
"main": "index.js",
"keywords": [],

View File

@ -1,6 +1,6 @@
{
"name": "@antfu/eslint-config-vue",
"version": "0.1.4",
"version": "0.1.5",
"description": "",
"main": "index.js",
"keywords": [],
@ -19,7 +19,7 @@
"access": "public"
},
"dependencies": {
"@antfu/eslint-config": "^0.1.4",
"@antfu/eslint-config": "^0.1.5",
"eslint-plugin-nuxt": "0.4.3",
"eslint-plugin-vue": "5.2.3"
},