diff --git a/LICENSE b/LICENSE index c334afe..c278c9a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2016 F.W. Dekker +Copyright (c) 2016 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 4fcff1f..ace1a79 100644 Binary files a/package-lock.json and b/package-lock.json differ diff --git a/package.json b/package.json index ed349ab..c238604 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "codsworth-namegen", - "version": "1.1.7", + "version": "1.1.8", "description": "Choose a fitting name for your Fallout 4 character that Codsworth can pronounce", - "author": "F.W. Dekker", + "author": "Florine W. Dekker", "browser": "dist/bundle.js", "repository": { "type": "git", - "url": "git@git.fwdekker.com:FWDekker/codsworth-namegen.git" + "url": "git@git.fwdekker.com:tools/codsworth-namegen.git" }, "private": true, "scripts": { @@ -24,7 +24,7 @@ "grunt-focus": "^1.0.0", "grunt-text-replace": "^0.4.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/index.html b/src/main/index.html index df96b26..6444da4 100644 --- a/src/main/index.html +++ b/src/main/index.html @@ -3,7 +3,7 @@ - + diff --git a/src/main/js/main.js b/src/main/js/main.js index 840bf52..32b39fe 100644 --- a/src/main/js/main.js +++ b/src/main/js/main.js @@ -95,7 +95,7 @@ doAfterLoad(() => { description: `Choose a fitting name for your Fallout 4 character that Codsworth can pronounce` })); $("#footer").appendChild(footer({ - vcsURL: "https://git.fwdekker.com/FWDekker/codsworth-namegen/", + vcsURL: "https://git.fwdekker.com/tools/codsworth-namegen/", version: "v%%VERSION_NUMBER%%" })); $("main").classList.remove("hidden");