Update dependencies

This commit is contained in:
Florine W. Dekker 2022-02-17 16:00:42 +01:00
parent 8cae4df5e4
commit de1832b736
Signed by: FWDekker
GPG Key ID: D3DCFAA8A4560BE0
5 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2020 F.W. Dekker
Copyright (c) 2020 Florine W. Dekker
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

BIN
package-lock.json generated

Binary file not shown.

View File

@ -1,8 +1,8 @@
{
"name": "@fwdekker/template",
"version": "2.5.6",
"version": "2.5.7",
"description": "The base template for pages on fwdekker.com.",
"author": "F.W. Dekker",
"author": "Florine W. Dekker",
"license": "MIT",
"homepage": "https://git.fwdekker.com/FWDekker/fwdekker-template",
"repository": {
@ -35,7 +35,7 @@
"grunt-contrib-watch": "^1.1.0",
"grunt-focus": "^1.0.0",
"grunt-webpack": "^5.0.0",
"webpack": "^5.64.0",
"webpack-cli": "^4.9.1"
"webpack": "^5.69.1",
"webpack-cli": "^4.9.2"
}
}

View File

@ -167,7 +167,7 @@ const footer = function(
version = undefined,
privacyPolicyURL = undefined
}) {
if (author === undefined) author = "F.W. Dekker";
if (author === undefined) author = "Florine W. Dekker";
if (authorURL === undefined) authorURL = "https://fwdekker.com/";
if (license === undefined) license = "MIT License";
if (licenseURL === undefined && vcsURL !== undefined) licenseURL = `${vcsURL}src/branch/master/LICENSE`;

View File

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="F.W. Dekker" />
<meta name="author" content="Florine W. Dekker" />
<meta name="application-name" content="Test" />
<meta name="description" content="A test page" />
<meta name="theme-color" content="#0033cc" />