diff --git a/LICENSE b/LICENSE index 38c403f..6e130c2 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/package-lock.json b/package-lock.json index 33bb8cf..707099f 100644 Binary files a/package-lock.json and b/package-lock.json differ diff --git a/package.json b/package.json index 3401765..4119925 100644 --- a/package.json +++ b/package.json @@ -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" } } diff --git a/src/main/js/main.js b/src/main/js/main.js index 11c2289..0d61158 100644 --- a/src/main/js/main.js +++ b/src/main/js/main.js @@ -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`; diff --git a/src/test/index.html b/src/test/index.html index 4de57b2..421334f 100644 --- a/src/test/index.html +++ b/src/test/index.html @@ -3,7 +3,7 @@ - +