a11y-outline

web extension to navigate document outlines easily
git clone https://git.ce9e.org/a11y-outline.git

commit
2f639a113c59d74eeb338f07097d53555ff3dc90
parent
4a6909f3f01a85cea751f818a3fc706e7c629407
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-06-07 14:11
update aria-api to 0.5.0

Diffstat

M Makefile 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/Makefile b/Makefile

@@ -4,7 +4,7 @@ bundle.zip: manifest.json icon-128.png bg.js outline.js treeview.js outline.css 
    4     4 
    5     5 vendor:
    6     6 	mkdir -p vendor
    7    -1 	wget https://raw.githubusercontent.com/xi/aria-api/0.4.7/dist/aria.js -O vendor/aria.js
   -1     7 	wget https://raw.githubusercontent.com/xi/aria-api/0.5.0/dist/aria.js -O vendor/aria.js
    8     8 
    9     9 icon-128.png: icon.svg
   10    10 	inkscape $< --export-filename=$@