From 2ced70130951351ebe515d70843d85aae8e4ab8f Mon Sep 17 00:00:00 2001 From: "Philip H." <47042125+pheiduck@users.noreply.github.com> Date: Tue, 5 Dec 2023 20:37:18 +0000 Subject: [PATCH] src/package.json: add description --- src/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/package.json b/src/package.json index e45ec557..79d0a3c5 100644 --- a/src/package.json +++ b/src/package.json @@ -2,7 +2,7 @@ "release": "12", "name": "wg-easy", "version": "1.0.2", - "description": "", + "description": "The easiest way to run WireGuard VPN + Web-based Admin UI.", "main": "server.js", "scripts": { "serve": "DEBUG=Server,WireGuard nodemon server.js",