From 1f72a1630d84fac4192a5de04dc5eb2c695da520 Mon Sep 17 00:00:00 2001 From: Mauro Balades Date: Sat, 6 Jul 2024 21:12:39 +0200 Subject: [PATCH] chore: Update package.json description for clarity --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 542d0c8..f84d961 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,8 @@ { "name": "@zen-browser/surfer", "version": "1.0.0", - "description": "🍉 Build Firefox-based browsers with ease", + "description": "Simplifying building firefox forks!", "main": "index.js", - "reveal": true, "bin": { "surfer": "./dist/index.js" },