Skip to content

Commit

Permalink
chore: correct repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
njfamirm committed Dec 17, 2024
1 parent 34b379d commit c95fd40
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]> (https://www.njfamirm.ir)",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/snackbar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
6 changes: 3 additions & 3 deletions packages/snackbar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c95fd40

Please sign in to comment.