Update repository URL

This commit is contained in:
Florine W. Dekker 2022-02-28 17:13:50 +01:00
parent 0881be4e67
commit 8a36c27cff
Signed by: FWDekker
GPG Key ID: D3DCFAA8A4560BE0
5 changed files with 9 additions and 9 deletions

View File

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2018 F.W. Dekker
Copyright (c) 2018 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": "dice",
"version": "1.0.17",
"version": "1.0.18",
"description": "Calculates the probability of rolling a value given a combination of dice.",
"author": "F.W. Dekker",
"author": "Florine W. Dekker",
"browser": "dist/bundle.js",
"repository": {
"type": "git",
"url": "git@git.fwdekker.com:FWDekker/dice.git"
"url": "git@git.fwdekker.com:tools/dice.git"
},
"private": true,
"scripts": {
@ -16,7 +16,7 @@
"deploy": "grunt deploy"
},
"dependencies": {
"chart.js": "^3.6.0"
"chart.js": "^3.7.1"
},
"devDependencies": {
"grunt": "^1.4.1",
@ -27,7 +27,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"
}
}

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="Dice probabilities" />
<meta name="description" content="Calculates the probability of rolling a value given a combination of dice." />
<meta name="theme-color" content="#0033cc" />

View File

@ -52,7 +52,7 @@ doAfterLoad(() => {
description: "Calculate the probability of rolling a value given a combination of dice"
}));
$("#footer").appendChild(footer({
vcsURL: "https://git.fwdekker.com/FWDekker/dice/",
vcsURL: "https://git.fwdekker.com/tools/dice/",
version: "v%%VERSION_NUMBER%%"
}));
$("main").classList.remove("hidden");