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 40ceca4..217aabf 100644 Binary files a/package-lock.json and b/package-lock.json differ 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" }