From 213a617cdcd69c016241992ab2a8692509e53025 Mon Sep 17 00:00:00 2001 From: Grzegorz Kucmierz Date: Tue, 3 Mar 2026 22:48:37 +0000 Subject: [PATCH] chore: add keywords to package.json --- package.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/package.json b/package.json index d84234a..4222596 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,24 @@ "description": "Premium 3D SVG rotating Bitcoin logo", "author": "Grzegorz Kucmierz", "license": "MIT", + "keywords": [ + "bitcoin", + "crypto", + "cryptocurrency", + "logo", + "svg", + "3d", + "animation", + "vue", + "vue3", + "component", + "interactive", + "physics", + "inertia", + "finance", + "blockchain", + "coin" + ], "type": "module", "main": "./dist/bitcoin-logo.umd.cjs", "module": "./dist/bitcoin-logo.js",