babelacc

compare different implementations of the text alternative computation  https://p.ce9e.org/babelacc/
git clone https://git.ce9e.org/babelacc.git

commit
febbb250142e5cda17d74819cc36b5e00793367b
parent
e50c7528ea666a4aba9c91801288da2498ac6229
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2020-09-10 09:48
use exact versions

Diffstat

M package.json 6 +++---

1 files changed, 3 insertions, 3 deletions


diff --git a/package.json b/package.json

@@ -3,9 +3,9 @@
    3     3   "version": "1.0.0",
    4     4   "description": "compare different implementations of accname",
    5     5   "devDependencies": {
    6    -1     "accessibility-developer-tools": "^2.12.0",
    7    -1     "aria-api": "^0.3.0",
    8    -1     "axe-core": "^3.4.1",
   -1     6     "accessibility-developer-tools": "2.12.0",
   -1     7     "aria-api": "0.3.0",
   -1     8     "axe-core": "3.4.1",
    9     9     "nyc": "^14.1.1",
   10    10     "w3c-alternative-text-computation": "github:accdc/w3c-alternative-text-computation"
   11    11   },