Actually export $a

This commit is contained in:
Florine W. Dekker 2021-11-14 11:07:50 +01:00
parent 05177b4e39
commit 8cae4df5e4
Signed by: FWDekker
GPG Key ID: D3DCFAA8A4560BE0
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@fwdekker/template",
"version": "2.5.5",
"version": "2.5.6",
"description": "The base template for pages on fwdekker.com.",
"author": "F.W. Dekker",
"license": "MIT",

View File

@ -257,4 +257,4 @@ doAfterLoad(() => {
// Export to namespace
fwdekker = {stringToHtml, $, doAfterLoad, nav, header, footer};
fwdekker = {stringToHtml, $, $a, doAfterLoad, nav, header, footer};