Skip to content

Commit 82a71b9

Browse files
author
maran
committed
0.0.27
1 parent c91096d commit 82a71b9

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-vue-a11y",
3-
"version": "0.0.26",
3+
"version": "0.0.27",
44
"description": "Static AST checker for accessibility rules on elements in .vue",
55
"keywords": [
66
"eslint",
@@ -30,16 +30,18 @@
3030
"aria-query": "^0.7.1",
3131
"chai": "^4.1.0",
3232
"emoji-regex": "^7.0.0",
33-
"eslint": "^5.2.0",
34-
"eslint-plugin-eslint-plugin": "^0.8.0",
3533
"eslint-plugin-jsx-a11y": "^6.0.2",
3634
"eslint-plugin-vue": "^4.4.0",
3735
"jsx-ast-utils": "^2.0.1",
38-
"mocha": "^3.2.0",
3936
"vue-eslint-parser": "^2.0.3"
4037
},
38+
"devDependencies": {
39+
"eslint": "^5.2.0",
40+
"eslint-plugin-eslint-plugin": "^0.8.0",
41+
"mocha": "^3.2.0"
42+
},
4143
"peerDependencies": {
42-
"eslint": "^5.0.0"
44+
"eslint": "^3 || ^4 || ^5"
4345
},
4446
"license": "MIT"
4547
}

0 commit comments

Comments
 (0)