From 46917b79c7c3832ab296f06cdeec78ab862b7c49 Mon Sep 17 00:00:00 2001 From: himynameisdave Date: Thu, 31 Aug 2023 10:55:00 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=96=20Documentation=20updates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 +++++--- package.json | 20 ++++++++++++++++++++ 2 files changed, 25 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a9527e5..481d623 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@

svelte-copyright

© A Svelte component to format and display a copyright notice.

- + GitHub Actions - Test Workflow Badge @@ -25,11 +25,13 @@ A [Svelte](https://svelte.dev/) component to format and display a copyright noti This package is available on NPM, and you can install it with `npm` or `yarn`: ``` -npm install svelte-copyright +npm install -D svelte-copyright -yarn add svelte-copyright +yarn add -D svelte-copyright ``` +Note that it only needs to be installed as a devDependency, like `svelte` itself. + ### Usage Import the `Copyright` component and use it in your Svelte project. diff --git a/package.json b/package.json index ccffdea..6d4d9d7 100644 --- a/package.json +++ b/package.json @@ -65,5 +65,25 @@ "vite": "^4.4.9", "vitest": "^0.34.3" }, + "keywords": [ + "svelte", + "component", + "copyright", + "notice", + "footer", + "license", + "attribution", + "website", + "web-design", + "frontend", + "legal", + "year", + "svelte-components", + "license-display", + "attribution-tool", + "web-component", + "copy-protection", + "legal-footer" + ], "private": false }