diff --git a/package.json b/package.json index 5844ad4..e70458a 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "nanolib-monorepo", "private": true, "description": "Necessary library for all ECMAScript (JavaScript/TypeScript) projects.", - "repository": "https://github.com/the-nexim/nanolib", + "repository": "https://github.com/the-nexim/design-system", "license": "AGPL-3.0-only", "author": "S. Amir Mohammad Najafi (https://www.njfamirm.ir)", "contributors": [ diff --git a/packages/snackbar/README.md b/packages/snackbar/README.md index 3566bb6..eb7e665 100644 --- a/packages/snackbar/README.md +++ b/packages/snackbar/README.md @@ -4,7 +4,7 @@ This package provides a customizable snackbar component for displaying brief mes ![NPM Version](https://img.shields.io/npm/v/%40nexim%2Fsnackbar) ![npm bundle size](https://img.shields.io/bundlephobia/min/%40nexim%2Fsnackbar) -![Build & Lint & Test](https://github.com/the-nexim/nanolib/actions/workflows/build-lint-test.yaml/badge.svg) +![Build & Lint & Test](https://github.com/the-nexim/design-system/actions/workflows/build-lint-test.yaml/badge.svg) ![NPM Downloads](https://img.shields.io/npm/dm/%40nexim%2Fsnackbar) ![NPM License](https://img.shields.io/npm/l/%40nexim%2Fsnackbar) diff --git a/packages/snackbar/package.json b/packages/snackbar/package.json index 1dbcbcb..80d8420 100644 --- a/packages/snackbar/package.json +++ b/packages/snackbar/package.json @@ -9,13 +9,13 @@ "typescript", "nexim" ], - "homepage": "https://github.com/the-nexim/nanolib/tree/next/packages/snackbar#readme", + "homepage": "https://github.com/the-nexim/design-system/tree/next/packages/snackbar#readme", "bugs": { - "url": "https://github.com/the-nexim/nanolib/issues" + "url": "https://github.com/the-nexim/design-system/issues" }, "repository": { "type": "git", - "url": "https://github.com/the-nexim/nanolib", + "url": "https://github.com/the-nexim/design-system", "directory": "packages/snackbar" }, "license": "AGPL-3.0-only",