From a340f19a10769770efe815648861829ea20bd97e Mon Sep 17 00:00:00 2001 From: Victoria Nduka <122698422+nwanduka@users.noreply.github.com> Date: Tue, 16 Apr 2024 16:00:53 +0100 Subject: [PATCH] added axe-core-cli in dependencies --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 83f457b01..5d70461cf 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,7 @@ "lodash": "^4.17.21", "mocha": "^10.2.0", "node-fetch": "^2.6.7", - "tippy": "0.0.0" + "tippy": "0.0.0", + "@axe-core/cli": "^4.9.0" } }