From bca8435d484342f67d1e511147b427f6681c186d Mon Sep 17 00:00:00 2001 From: familyfriendlymikey Date: Mon, 15 Aug 2022 15:57:13 -0400 Subject: [PATCH] update package.json --- package.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index cddb35d..323ba91 100644 --- a/package.json +++ b/package.json @@ -14,12 +14,13 @@ "dexie": "^3.2.2", "dexie-export-import": "^1.0.3", "dexie-observable": "^3.0.0-beta.11", - "download": "^8.0.0", "downloadjs": "^1.4.7", "express": "^4.17.1", "fzi": "^1.0.0", "imba": "^2.0.0-alpha.207", - "lodash": "^4.17.21", - "nanoid": "^4.0.0" - } + "lodash": "^4.17.21" + }, + "description": "A lightweight new-tab page that lets you very quickly fuzzy find links and navigate to a result.", + "homepage": "https://fuzzyho.me/", + "author": "Mikey Oz (https://github.com/familyfriendlymikey)" }