Update repository URL

This commit is contained in:
Florine W. Dekker 2022-02-25 21:15:17 +01:00
parent c1f968578b
commit dd52f62bbb
Signed by: FWDekker
GPG Key ID: D3DCFAA8A4560BE0
4 changed files with 9 additions and 9 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": "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",
@ -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

@ -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");