Skip to content

Commit

Permalink
feat: accept vue cli v5 alpha as peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sodatea committed Dec 11, 2020
1 parent 25f5105 commit a7526f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/eslint-config-airbnb",
"version": "5.1.0",
"version": "5.2.0",
"description": "eslint-config-airbnb for Vue CLI",
"main": "index.js",
"publishConfig": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"eslint-plugin-import": "^2.21.2"
},
"peerDependencies": {
"@vue/cli-service": "^3.0.0 || ^4.0.0-0",
"@vue/cli-service": "^3.0.0 || ^4.0.0-0 || ^5.0.0-0",
"eslint": "^5.16.0 || ^6.1.0 || ^7.2.0",
"eslint-plugin-import": "^2.18.2"
},
Expand Down

0 comments on commit a7526f7

Please sign in to comment.