diff --git a/LICENSE b/LICENSE index 38c403f..6e130c2 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 F.W. Dekker +Copyright (c) 2020 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 19abdd7..706a1f6 100644 Binary files a/package-lock.json and b/package-lock.json differ diff --git a/package.json b/package.json index 075202a..2def4f5 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "tools", - "version": "1.1.5", + "version": "1.1.6", "description": "Main page for the /tools directory.", - "author": "F.W. Dekker", + "author": "Florine W. Dekker", "browser": "dist/bundle.js", "repository": { "type": "git", - "url": "git@git.fwdekker.com:FWDekker/tools.git" + "url": "git@git.fwdekker.com:tools/tools.git" }, "private": true, "scripts": { @@ -16,15 +16,15 @@ "deploy": "grunt deploy" }, "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.2", - "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 66a5f20..536927b 100644 --- a/src/main/index.html +++ b/src/main/index.html @@ -3,9 +3,9 @@ - + - + Tools | FWDekker diff --git a/src/main/js/main.js b/src/main/js/main.js index a04fbd5..f53550a 100644 --- a/src/main/js/main.js +++ b/src/main/js/main.js @@ -37,7 +37,7 @@ doAfterLoad(() => { $("#nav").appendChild(nav("/Tools/", showEntries)); $("#header").appendChild(header({title: "Tools", description: "An overview of tools I have created"})); $("#footer").appendChild(footer({ - vcsURL: "https://git.fwdekker.com/FWDekker/tools/", + vcsURL: "https://git.fwdekker.com/tools/tools/", version: "v%%VERSION_NUMBER%%" })); $("main").classList.remove("hidden");