From 804e111849261b627496d00dbd0550624d133258 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Mon, 16 Jan 2023 13:23:32 -0500 Subject: [PATCH] chore: bundle nodebb-plugin-ntfy into dependencies --- install/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/install/package.json b/install/package.json index 9d15da0f4a..3768841ce7 100644 --- a/install/package.json +++ b/install/package.json @@ -97,6 +97,7 @@ "nodebb-plugin-emoji-android": "4.0.0", "nodebb-plugin-markdown": "12.0.1", "nodebb-plugin-mentions": "4.0.2", + "nodebb-plugin-ntfy": "1.0.0", "nodebb-plugin-spam-be-gone": "2.0.4", "nodebb-rewards-essentials": "0.2.1", "nodebb-theme-harmony": "0.0.13",