diff --git a/LICENSE b/LICENSE index 3792f40..7b1afc9 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/package-lock.json b/package-lock.json index bcfd993..92d8434 100644 Binary files a/package-lock.json and b/package-lock.json differ diff --git a/package.json b/package.json index 4ff21d9..fa33546 100644 --- a/package.json +++ b/package.json @@ -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" } } diff --git a/src/main/index.html b/src/main/index.html index 91b1a09..6a8c68e 100644 --- a/src/main/index.html +++ b/src/main/index.html @@ -3,7 +3,7 @@ - + diff --git a/src/main/js/main.js b/src/main/js/main.js index 5caf30c..2337d00 100644 --- a/src/main/js/main.js +++ b/src/main/js/main.js @@ -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");