Update repository URL

This commit is contained in:
Florine W. Dekker 2022-02-28 16:53:00 +01:00
parent c1f968578b
commit 51f1fd8485
Signed by: FWDekker
GPG Key ID: D3DCFAA8A4560BE0
5 changed files with 12 additions and 12 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,12 +1,12 @@
{
"name": "tools",
"version": "1.1.5",
"version": "1.1.6",
"description": "Main page for the /tools directory.",
"author": "F.W. Dekker",
"author": "Florine W. Dekker",
"browser": "dist/bundle.js",
"repository": {
"type": "git",
"url": "git@git.fwdekker.com:FWDekker/tools.git"
"url": "git@git.fwdekker.com:tools/tools.git"
},
"private": true,
"scripts": {
@ -16,15 +16,15 @@
"deploy": "grunt deploy"
},
"devDependencies": {
"grunt": "^1.4.0",
"grunt-cli": "^1.4.2",
"grunt": "^1.4.1",
"grunt-cli": "^1.4.3",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-focus": "^1.0.0",
"grunt-text-replace": "^0.4.0",
"grunt-webpack": "^4.0.2",
"webpack": "^5.36.0",
"webpack-cli": "^4.6.0"
"grunt-webpack": "^5.0.0",
"webpack": "^5.69.1",
"webpack-cli": "^4.9.2"
}
}

View File

@ -3,9 +3,9 @@
<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="Tools" />
<meta name="description" content="FWDekker's tools" />
<meta name="description" content="Florine's tools" />
<meta name="theme-color" content="#0033cc" />
<title>Tools | FWDekker</title>

View File

@ -37,7 +37,7 @@ doAfterLoad(() => {
$("#nav").appendChild(nav("/Tools/", showEntries));
$("#header").appendChild(header({title: "Tools", description: "An overview of tools I have created"}));
$("#footer").appendChild(footer({
vcsURL: "https://git.fwdekker.com/FWDekker/tools/",
vcsURL: "https://git.fwdekker.com/tools/tools/",
version: "v%%VERSION_NUMBER%%"
}));
$("main").classList.remove("hidden");