Update repository URL

This commit is contained in:
Florine W. Dekker 2022-02-28 17:03:38 +01:00
parent fdcfd33c3f
commit 1f65d60675
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) 2019 F.W. Dekker
Copyright (c) 2019 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": "converter",
"version": "1.4.11",
"version": "1.4.12",
"description": "Convert numbers to and from various bases.",
"author": "F.W. Dekker",
"author": "Florine W. Dekker",
"browser": "dist/bundle.js",
"repository": {
"type": "git",
"url": "git@git.fwdekker.com:FWDekker/converter.git"
"url": "git@git.fwdekker.com:tools/converter.git"
},
"private": true,
"scripts": {
@ -16,18 +16,18 @@
"deploy": "grunt deploy"
},
"dependencies": {
"big-integer": "^1.6.48"
"big-integer": "^1.6.51"
},
"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.3",
"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,7 +3,7 @@
<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="Converter" />
<meta name="description" content="Convert numbers to and from various bases." />
<meta name="theme-color" content="#0033cc" />

View File

@ -220,7 +220,7 @@ doAfterLoad(() => {
description: "Convert numbers to and from various bases"
}));
$("#footer").appendChild(footer({
vcsURL: "https://git.fwdekker.com/FWDekker/converter/",
vcsURL: "https://git.fwdekker.com/tools/converter/",
version: "v%%VERSION_NUMBER%%"
}));
$("main").classList.remove("hidden");