From a8f9b32afd8b78bb224489a2a6febfe162c64a97 Mon Sep 17 00:00:00 2001 From: Olivers Vitins Date: Sun, 18 Feb 2024 16:48:46 +0200 Subject: [PATCH] docs: move package ownership to Resultium --- LICENSE | 1 + README.md | 14 ++++++++------ package.json | 14 +++++++------- 3 files changed, 16 insertions(+), 13 deletions(-) diff --git a/LICENSE b/LICENSE index 38d2475..81e2b45 100644 --- a/LICENSE +++ b/LICENSE @@ -187,6 +187,7 @@ identification within third-party archives. Copyright 2021 vadimkorr + Copyright 2024 Resultium LLC Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index 483ef9f..01854c8 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,21 @@ -# @xxfogs/svelte-carousel +# @resultium/svelte-carousel -This is a fork of [svelte-carousel](https://github.com/vadimkorr/svelte-carousel) project made due to it's lack of maintainment. +This is a fork of [svelte-carousel](https://github.com/vadimkorr/svelte-carousel) project originally made bt [vadimkorr](https://github.com/vadimkorr) made due to lack of maintainment of the original package + +This package is not published to any registries and is installed only through git due to being intended to be used exclusively in Resultium projects, however you are free to fork or use this codebase as per Apache-2.0 license ## Installation ```bash -yarn add -D @xxfogs/svelte-carousel +yarn add -D git+https://git.resultium.net/public/svelte-carousel.git ``` ```bash -pnpm i -D @xxfogs/svelte-carousel +pnpm i -D git+https://git.resultium.net/public/svelte-carousel.git ``` ```bash -npm i -D @xxfogs/svelte-carousel +npm i -D git+https://git.resultium.net/public/svelte-carousel.git ``` ## Usage @@ -23,7 +25,7 @@ npm i -D @xxfogs/svelte-carousel ```svelte