From a4978e8b660bd6cd08f0e7c18c6a32ca17790067 Mon Sep 17 00:00:00 2001 From: Martin_MMC Date: Wed, 29 Jul 2026 17:59:24 -0700 Subject: [PATCH] oii added description to package.json --- package.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 19a622e9..2c44d201 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,8 @@ { - "name": "webdashers-client", - "version": "1.0.0", - "scripts": { - "start": "npx serve ." - } + "name": "webdashers-client", + "version": "1.0.0", + "description": "Web Dashers is a fan-made browser mod of the Geometry Dash Web Demo. It features the main levels, a built-in level creator, and a level search to play online levels. The project is actively in development, with more features and updates planned.", + "scripts": { + "start": "npx serve ." + } }