a11y-outline

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

commit
f0e1f497086e057e3709ae610eab5d208cce7312
parent
a70f537fe0b7db70344c2db0b04854b58717428e
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-01-08 08:07
update aria-api to 0.4.6

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.5/dist/aria.js -O vendor/aria.js
   -1     7 	wget https://raw.githubusercontent.com/xi/aria-api/0.4.6/dist/aria.js -O vendor/aria.js
    8     8 
    9     9 icon-128.png: icon.svg
   10    10 	inkscape $< --export-filename=$@