From f4885171868ab2a4e4f6e2bc42116176bf5cec07 Mon Sep 17 00:00:00 2001 From: "Florine W. Dekker" Date: Mon, 19 Sep 2022 16:03:39 +0200 Subject: [PATCH] Slightly expand README --- README.md | 5 +++++ package-lock.json | Bin 227425 -> 227425 bytes package.json | 6 +++--- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fb79cf9..e0f5ad3 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,11 @@ The base template for pages on fwdekker.com. This module contains templating functions (e.g. `header`, `footer`), CSS libraries, and some common utility methods that are used on nearly all pages anyway. +The main functionality is provided in `template.js` and `template.css`. +There also exist optional modules for easily reusing common code. +Modules should be loaded after `template.js` and `template.css`. +Currently, the only module is `storage.js` for interfacing with local storage. + ## Development ### Requirements diff --git a/package-lock.json b/package-lock.json index 40ceca43be061640ccff8b935a4ec2916006d527..217aabf2ac738a393a8f8d72045992c84eec9f9f 100644 GIT binary patch delta 540 zcmaF(f%oAD-U(*R7J3E~EvHXEq{1Y;@i8;g^u(i#;?om0GO|x*VK!j2n7oluY;uAV zdvg%;_8?|Px#f%|lMQ(+r>|PYD8Xnl-B6iPE7ZWI+b}6By*NFy+|8sYFDl3} zH6+u_GRrc;*QF%a#l<&0!#%h#C)_pI(=piC$1U9}RbSsdGR@VbEIBKwvZ^#R$j8Yt zwAd&p$}_ycC^={P!exwp+b67MEahahn9jJ1$#S~=Rz@ix`(px=R%m*@uSZ(0fk9q) zK%zxxS&+VSKyX=Qc43-XN?4dhg?>tbL9%JCTZnInXQ@G{fm@Dycu;13Wu>`ao!($!j{$ jyE7&UicX)kfst!_ogedd7P|R;dZHz>(RS+)W;GQ6P@c2U delta 544 zcmaF(f%oAD-U()tWp8m!beI67gf~8BW@0p+oMH3+j9D_-jtVIbDX$DR_AW6`G$|?$(JwJ7 zEOQMDEcJE{NjLHF$}PyUOv`W!GB3?`Pl+lIGYc#v1 diff --git a/package.json b/package.json index eec1893..b0f8421 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fwdekker/template", - "version": "2.7.1", + "version": "2.7.2", "description": "The base template for pages on fwdekker.com.", "author": "Florine W. Dekker", "license": "MIT", @@ -34,9 +34,9 @@ "grunt-contrib-watch": "^1.1.0", "grunt-focus": "^1.0.0", "grunt-webpack": "^5.0.0", - "ts-loader": "^9.3.1", + "ts-loader": "^9.4.0", "ts-node": "^10.9.1", - "typescript": "^4.7.4", + "typescript": "^4.8.3", "webpack": "^5.74.0", "webpack-cli": "^4.10.0" }