Update repository URL

This commit is contained in:
Florine W. Dekker 2022-02-28 17:07:36 +01:00
parent 054a4dffa7
commit fe6617b626
Signed by: FWDekker
GPG Key ID: D3DCFAA8A4560BE0
5 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
MIT License 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 Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

BIN
package-lock.json generated

Binary file not shown.

View File

@ -1,12 +1,12 @@
{ {
"name": "codsworth-namegen", "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", "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", "browser": "dist/bundle.js",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git@git.fwdekker.com:FWDekker/codsworth-namegen.git" "url": "git@git.fwdekker.com:tools/codsworth-namegen.git"
}, },
"private": true, "private": true,
"scripts": { "scripts": {
@ -24,7 +24,7 @@
"grunt-focus": "^1.0.0", "grunt-focus": "^1.0.0",
"grunt-text-replace": "^0.4.0", "grunt-text-replace": "^0.4.0",
"grunt-webpack": "^5.0.0", "grunt-webpack": "^5.0.0",
"webpack": "^5.64.0", "webpack": "^5.69.1",
"webpack-cli": "^4.9.1" "webpack-cli": "^4.9.2"
} }
} }

View File

@ -3,7 +3,7 @@
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" /> <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="Codsworth name generator" /> <meta name="application-name" content="Codsworth name generator" />
<meta name="description" <meta name="description"
content="Choose a fitting name for your Fallout 4 character that Codsworth can pronounce." /> content="Choose a fitting name for your Fallout 4 character that Codsworth can pronounce." />

View File

@ -95,7 +95,7 @@ doAfterLoad(() => {
description: `Choose a fitting name for your Fallout 4 character that Codsworth can pronounce` description: `Choose a fitting name for your Fallout 4 character that Codsworth can pronounce`
})); }));
$("#footer").appendChild(footer({ $("#footer").appendChild(footer({
vcsURL: "https://git.fwdekker.com/FWDekker/codsworth-namegen/", vcsURL: "https://git.fwdekker.com/tools/codsworth-namegen/",
version: "v%%VERSION_NUMBER%%" version: "v%%VERSION_NUMBER%%"
})); }));
$("main").classList.remove("hidden"); $("main").classList.remove("hidden");