- commit
- f4e658e9449491b09285b881a84c43aabd057af5
- parent
- 1ef3a8d2e8f9b96feb82b43aba3ef374121ddc13
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2019-03-25 19:40
instrument aria-api
Diffstat
| M | Makefile | 6 | ++++++ |
| M | package.json | 1 | + |
2 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
@@ -1,3 +1,9 @@ 1 1 babel.js: src/babel.js src/axs.js src/eval.patch 2 2 browserify $< -o $@ 3 3 patch $@ src/eval.patch -1 4 -1 5 node_modules/aria-api/instrumented.js: node_modules/aria-api/index.js -1 6 cat $< | sed 's/name\.js/name-inst\.js/' > $@ -1 7 -1 8 node_modules/aria-api/lib/name-inst.js: node_modules/aria-api/lib/name.js -1 9 npx nyc instrument $< > $@
diff --git a/package.json b/package.json
@@ -6,6 +6,7 @@ 6 6 "accessibility-developer-tools": "^2.12.0", 7 7 "aria-api": "^0.2.5", 8 8 "axe-core": "^3.1.2", -1 9 "nyc": "^13.3.0", 9 10 "w3c-alternative-text-computation": "github:accdc/w3c-alternative-text-computation" 10 11 }, 11 12 "repository": {