aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Andres <shiruken@gmail.com>2023-12-14 18:45:12 -0600
committerLibravatar GitHub <noreply@github.com>2023-12-14 17:45:12 -0700
commit647b506874e55b8ba5df43f87eca08d11f1cbb9f (patch)
tree60640c440633279c72b2406be57ce13c3402e94f /package.json
parentZulip changed unread locations (#478) (diff)
downloadferdium-recipes-647b506874e55b8ba5df43f87eca08d11f1cbb9f.tar.gz
ferdium-recipes-647b506874e55b8ba5df43f87eca08d11f1cbb9f.tar.zst
ferdium-recipes-647b506874e55b8ba5df43f87eca08d11f1cbb9f.zip
Adds Spaces and Chat badges to countImportant (#479)
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json
index 9b3e468..f9960d5 100644
--- a/package.json
+++ b/package.json
@@ -5,12 +5,12 @@
5 "doc": "docs" 5 "doc": "docs"
6 }, 6 },
7 "engines": { 7 "engines": {
8 "node": "20.9.0", 8 "node": "^20.9.0",
9 "pnpm": "8.10.0" 9 "pnpm": "^8.10.0"
10 }, 10 },
11 "volta": { 11 "volta": {
12 "node": "20.9.0", 12 "node": "^20.9.0",
13 "pnpm": "8.10.0" 13 "pnpm": "^8.10.0"
14 }, 14 },
15 "engine-strict": true, 15 "engine-strict": true,
16 "packageManager": "pnpm@8.10.0", 16 "packageManager": "pnpm@8.10.0",