Skip to content

Commit a7526f7

Browse files
committed
feat: accept vue cli v5 alpha as peer dependency
1 parent 25f5105 commit a7526f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/eslint-config-airbnb",
3-
"version": "5.1.0",
3+
"version": "5.2.0",
44
"description": "eslint-config-airbnb for Vue CLI",
55
"main": "index.js",
66
"publishConfig": {
@@ -30,7 +30,7 @@
3030
"eslint-plugin-import": "^2.21.2"
3131
},
3232
"peerDependencies": {
33-
"@vue/cli-service": "^3.0.0 || ^4.0.0-0",
33+
"@vue/cli-service": "^3.0.0 || ^4.0.0-0 || ^5.0.0-0",
3434
"eslint": "^5.16.0 || ^6.1.0 || ^7.2.0",
3535
"eslint-plugin-import": "^2.18.2"
3636
},

0 commit comments

Comments
 (0)