axe-core
Advanced tools
Comparing version
{ | ||
"name": "axe-core", | ||
"description": "Accessibility engine for automated Web UI testing", | ||
"version": "4.10.0-canary.0d03b0a", | ||
"version": "4.10.0-canary.154ff6d", | ||
"license": "MPL-2.0", | ||
@@ -115,2 +115,3 @@ "engines": { | ||
"fmt": "prettier --write .", | ||
"fmt:check": "prettier --check .", | ||
"prepare": "husky && npm run patch", | ||
@@ -117,0 +118,0 @@ "prebuild": "node ./build/check-node-version.js", |
@@ -386,6 +386,6 @@ { | ||
}, | ||
"4.10.0-canary.0d03b0a": { | ||
"axe.js": "sha256-miI5/znbDrl/maBDMPxZC9z45Pec0i3Sdd1SRDCRQaw=", | ||
"axe.min.js": "sha256-kqkKv7wQT6IOI7uRbAEumxlT1J1PoseKBJOiR02BDHE=" | ||
"4.10.0-canary.154ff6d": { | ||
"axe.js": "sha256-APmPEo8ASpuMW2oqRisrl237pNNQR1pTvQGMz8HtRaQ=", | ||
"axe.min.js": "sha256-c/Mj3mzEVa0Taa3PpqLSohMwASUfX4DGEuYUOeBOHxc=" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
2878119
0