diff --git a/LICENSE b/LICENSE index 9b08106..a01edc1 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2017 F.W. Dekker +Copyright (c) 2017 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 6ddb36d..ec82a79 100644 Binary files a/package-lock.json and b/package-lock.json differ diff --git a/package.json b/package.json index aef1b82..11e0e3e 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "simplify-fractions", - "version": "1.2.6", + "version": "1.2.7", "description": "Simple web tool for simplifying fractions", - "author": "F.W. Dekker", + "author": "Florine W. Dekker", "browser": "dist/bundle.js", "repository": { "type": "git", - "url": "git@git.fwdekker.com:FWDekker/simplify-fractions.git" + "url": "git@git.fwdekker.com:tools/simplify-fractions.git" }, "private": true, "scripts": { @@ -16,21 +16,21 @@ "deploy": "grunt deploy" }, "dependencies": { - "katex": "^0.13.9" + "katex": "^0.15.2" }, "devDependencies": { - "css-loader": "^5.2.4", + "css-loader": "^6.6.0", "file-loader": "^6.2.0", - "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", - "style-loader": "^2.0.0", - "webpack": "^5.36.2", - "webpack-cli": "^4.7.0" + "grunt-webpack": "^5.0.0", + "style-loader": "^3.3.1", + "webpack": "^5.69.1", + "webpack-cli": "^4.9.2" } } diff --git a/src/main/index.html b/src/main/index.html index 3889a04..a08652e 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 dda9943..01ecfa3 100644 --- a/src/main/js/main.js +++ b/src/main/js/main.js @@ -106,7 +106,7 @@ doAfterLoad(() => { description: "Simple web tool for simplifying fractions" })); $("#footer").appendChild(footer({ - vcsURL: "https://git.fwdekker.com/FWDekker/simplify-fractions/", + vcsURL: "https://git.fwdekker.com/tools/simplify-fractions/", version: "v%%VERSION_NUMBER%%" }));