From ebcf10351fbd578a87f21087803741aa1aec07e7 Mon Sep 17 00:00:00 2001
From: Patrick Kollitsch <davidsneighbourdev+gh@gmail.com>
Date: Wed, 15 Apr 2026 08:23:38 +0000
Subject: [PATCH] feat: switch socials icons to the simple icon set

---
 package.json |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/package.json b/package.json
index af8200d..aec64f0 100644
--- a/package.json
+++ b/package.json
@@ -35,6 +35,7 @@
     "@davidsneighbour/release-config": "2026.0.4",
     "@davidsneighbour/tools": "2026.0.4",
     "@github/markdownlint-github": "0.8.0",
+    "@types/node": "25.6.0",
     "dotenv": "17.4.2",
     "markdownlint": "0.40.0",
     "markdownlint-cli2": "0.22.0",
@@ -71,5 +72,6 @@
       "public",
       "node_modules"
     ]
-  }
-}
+  },
+  "type": "module"
+}
\ No newline at end of file

--
Gitblit v1.10.0