From 00aa6efb015a5f470da76a83665287b18f787a22 Mon Sep 17 00:00:00 2001 From: Leilei332 Date: Fri, 25 Jul 2025 22:21:23 +0800 Subject: [PATCH] Replace link to normalize.css in acknowledgements with modern-normalize (#9158) * Update & minify modern-normalize * Do not minify css * Update acknowledgements * Update to v3.0.1 * Revert "Update to v3.0.1" This reverts commit fe09398862be73242cba23187ceac450b9ff3e98. --- core/acknowledgements.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/acknowledgements.tid b/core/acknowledgements.tid index e1015e2c9..3d4010bfd 100644 --- a/core/acknowledgements.tid +++ b/core/acknowledgements.tid @@ -4,4 +4,4 @@ TiddlyWiki incorporates code from these fine OpenSource projects: * [[The Stanford Javascript Crypto Library|http://bitwiseshiftleft.github.io/sjcl/]] * [[The Jasmine JavaScript Test Framework|https://jasmine.github.io/]] -* [[Normalize.css by Nicolas Gallagher|http://necolas.github.io/normalize.css/]] +* [[modern-normalize by Sindre Sorhus|https://github.com/sindresorhus/modern-normalize]]