diff --git a/LICENSE b/LICENSE index c7d2a79..23e8f9d 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/package-lock.json b/package-lock.json index 68bc52b..4d4f44c 100644 Binary files a/package-lock.json and b/package-lock.json differ diff --git a/package.json b/package.json index 3bc9d69..fbeb1ac 100644 --- a/package.json +++ b/package.json @@ -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" } } diff --git a/src/main/index.html b/src/main/index.html index 6dcb41c..fae9d2e 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 e053942..6d178be 100644 --- a/src/main/js/main.js +++ b/src/main/js/main.js @@ -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");