diff --git a/LICENSE b/LICENSE index 52595c3..6e01d1e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 F.W. Dekker +Copyright (c) 2021 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 96117b7..770b643 100644 Binary files a/package-lock.json and b/package-lock.json differ diff --git a/package.json b/package.json index 463a2f2..919ef32 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "debreviator", - "version": "0.0.3", + "version": "0.0.4", "description": "Creates meaning by undoing your abbreviation.", - "author": "F.W. Dekker", + "author": "Florine W. Dekker", "browser": "dist/bundle.js", "repository": { "type": "git", - "url": "git@git.fwdekker.com:FWDekker/debreviator.git" + "url": "git@git.fwdekker.com:tools/debreviator.git" }, "private": true, "scripts": { @@ -24,7 +24,7 @@ "grunt-focus": "^1.0.0", "grunt-text-replace": "^0.4.0", "grunt-webpack": "^5.0.0", - "webpack": "^5.64.4", - "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 b2b1362..ef5f992 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 e62d2c7..5657613 100644 --- a/src/main/js/main.js +++ b/src/main/js/main.js @@ -14,7 +14,7 @@ doAfterLoad(() => { description: "Creates meaning by undoing your abbreviation" })); $("#footer").appendChild(footer({ - vcsURL: "https://git.fwdekker.com/FWDekker/debreviator/", + vcsURL: "https://git.fwdekker.com/tools/debreviator/", version: "v%%VERSION_NUMBER%%" })); $("main").classList.remove("hidden");