aria-query
Advanced tools
Comparing version 4.0.1 to 4.0.2
@@ -40,1 +40,7 @@ # aria-query Change Log | ||
- Fix the incorrect ARIA designation of the region role to an HTML designation | ||
## 4.0.2 | ||
- a3e2f1e Added the Copyright year (2020) for A11yance | ||
- 3173a07 Remove Peer Dependency to ESLint | ||
{ | ||
"name": "aria-query", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"description": "Programmatic access to the ARIA specification", | ||
@@ -46,3 +46,3 @@ "main": "lib/index.js", | ||
"coveralls": "^2.11.15", | ||
"eslint": "^5 || ^6", | ||
"eslint": "^6.8.0", | ||
"eslint-config-airbnb-base": "^13.0.0", | ||
@@ -64,5 +64,2 @@ "eslint-plugin-flowtype": "^3.5.0", | ||
}, | ||
"peerDependencies": { | ||
"eslint": "^5 || ^6" | ||
}, | ||
"jest": { | ||
@@ -69,0 +66,0 @@ "coverageReporters": [ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
150472
2