From 59123bc3943ebe8666bb373437297a13e31bfa7e Mon Sep 17 00:00:00 2001 From: Dale Davies Date: Thu, 10 Feb 2022 16:52:55 +0000 Subject: [PATCH] Update package.json with consistent description --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 83858dc..aa3384a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "jump", "version": "1.0.0", - "description": "Jump is yet another self-hosted startpage for your server, stylistically similar to a web browser start page and designed to be simple use/deploy.", + "description": "Jump is yet another self-hosted startpage for your server designed to be simple, stylish, fast and secure. ", "scripts": { "dev": "webpack --mode=development --devtool=inline-source-map --watch", "build": "webpack"