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 e1561da
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 21 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ECMAScript Nano Libs
# Nexim Design System

This repository contains numerous small utility packages. These packages serve various useful purposes and are written in nano ESModule without any dependencies.
List of components and utilities for building web applications with Nexim's design system powered by [Material Design 3](https://m3.material.io/).

Here is a brief overview of the included libraries:

Expand Down
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
12 changes: 0 additions & 12 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,6 @@
"files": [],
"exclude": [],
"references": [
{
"path": "./packages/element"
},
{
"path": "./packages/typescript-config"
},
{
"path": "./packages/alpine"
},
{
"path": "./packages/service-worker"
},
{
"path": "./packages/snackbar"
}
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1057,14 +1057,14 @@ __metadata:
"@alwatr/type-helper": "npm:^5.0.0"
"@alwatr/wait": "npm:^1.1.16"
"@nexim/element": "npm:^1.0.6"
"@nexim/typescript-config": "npm:1.0.1"
"@nexim/typescript-config": "npm:^1.0.1"
ava: "npm:^6.2.0"
lit: "npm:^3.2.1"
typescript: "npm:^5.6.3"
languageName: unknown
linkType: soft

"@nexim/typescript-config@npm:1.0.1, @nexim/typescript-config@npm:^1.0.1":
"@nexim/typescript-config@npm:^1.0.1":
version: 1.0.1
resolution: "@nexim/typescript-config@npm:1.0.1"
checksum: 10c0/584df494e4847a4f1095270a51a7936e9b15b02feb534a230146f05b9cdc4f085631d29f72b6b53f1a6c7eff781dadf22020e4273835d61e7514298af4c1a3f9
Expand Down

0 comments on commit e1561da

Please sign in to comment.