Skip to content

Commit 18b4422

Browse files
committed
fix: correct pkg json
1 parent fada092 commit 18b4422

File tree

3 files changed

+39
-37
lines changed

3 files changed

+39
-37
lines changed

.github/workflows/publish-npm.yml

-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ jobs:
4242

4343
- name: 🏗 Cache Layer
4444
uses: actions/cache@v4
45-
# id: yarn_cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
4645
with:
4746
path: ${{ steps.yarn_config.outputs.cache_folder }}
4847
key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }}

package.json

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
{
2-
"name": "nanolib-monorepo",
2+
"name": "design-system-monorepo",
33
"private": true,
4-
"description": "Necessary library for all ECMAScript (JavaScript/TypeScript) projects.",
5-
"repository": "https://github.com/the-nexim/design-system",
4+
"description": "List of components and utilities for building web applications with Nexim's design system powered by Material Design 3.",
5+
"repository": {
6+
"type": "git",
7+
"url": "git+https://github.com/the-nexim/design-system.git"
8+
},
69
"license": "AGPL-3.0-only",
710
"author": "S. Amir Mohammad Najafi <[email protected]> (https://www.njfamirm.ir)",
811
"contributors": [

yarn.lock

+33-33
Original file line numberDiff line numberDiff line change
@@ -2775,6 +2775,39 @@ __metadata:
27752775
languageName: node
27762776
linkType: hard
27772777

2778+
"design-system-monorepo@workspace:.":
2779+
version: 0.0.0-use.local
2780+
resolution: "design-system-monorepo@workspace:."
2781+
dependencies:
2782+
"@lerna-lite/changed": "npm:^3.10.1"
2783+
"@lerna-lite/cli": "npm:^3.10.1"
2784+
"@lerna-lite/diff": "npm:^3.10.1"
2785+
"@lerna-lite/exec": "npm:^3.10.1"
2786+
"@lerna-lite/publish": "npm:^3.10.1"
2787+
"@lerna-lite/run": "npm:^3.10.1"
2788+
"@lerna-lite/version": "npm:^3.10.1"
2789+
"@nexim/eslint-config": "npm:^1.0.1"
2790+
"@nexim/prettier-config": "npm:^1.0.1"
2791+
"@nexim/typescript-config": "npm:^1.0.1"
2792+
"@types/node": "npm:^22.10.2"
2793+
"@typescript-eslint/eslint-plugin": "npm:^7.15.0"
2794+
"@typescript-eslint/parser": "npm:^7.15.0"
2795+
ava: "npm:^6.2.0"
2796+
conventional-changelog-conventionalcommits: "npm:^7.0.2"
2797+
eslint: "npm:^8.57.1"
2798+
eslint-import-resolver-typescript: "npm:^3.7.0"
2799+
eslint-plugin-import: "npm:^2.31.0"
2800+
eslint-plugin-require-extensions: "npm:^0.1.3"
2801+
prettier: "npm:^3.4.2"
2802+
prettier-plugin-packagejson: "npm:^2.5.6"
2803+
prettier-plugin-tailwindcss: "npm:^0.6.9"
2804+
typescript: "npm:^5.6.3"
2805+
dependenciesMeta:
2806+
2807+
unplugged: true
2808+
languageName: unknown
2809+
linkType: soft
2810+
27782811
"detect-indent@npm:^7.0.1":
27792812
version: 7.0.1
27802813
resolution: "detect-indent@npm:7.0.1"
@@ -5123,39 +5156,6 @@ __metadata:
51235156
languageName: node
51245157
linkType: hard
51255158

5126-
"nanolib-monorepo@workspace:.":
5127-
version: 0.0.0-use.local
5128-
resolution: "nanolib-monorepo@workspace:."
5129-
dependencies:
5130-
"@lerna-lite/changed": "npm:^3.10.1"
5131-
"@lerna-lite/cli": "npm:^3.10.1"
5132-
"@lerna-lite/diff": "npm:^3.10.1"
5133-
"@lerna-lite/exec": "npm:^3.10.1"
5134-
"@lerna-lite/publish": "npm:^3.10.1"
5135-
"@lerna-lite/run": "npm:^3.10.1"
5136-
"@lerna-lite/version": "npm:^3.10.1"
5137-
"@nexim/eslint-config": "npm:^1.0.1"
5138-
"@nexim/prettier-config": "npm:^1.0.1"
5139-
"@nexim/typescript-config": "npm:^1.0.1"
5140-
"@types/node": "npm:^22.10.2"
5141-
"@typescript-eslint/eslint-plugin": "npm:^7.15.0"
5142-
"@typescript-eslint/parser": "npm:^7.15.0"
5143-
ava: "npm:^6.2.0"
5144-
conventional-changelog-conventionalcommits: "npm:^7.0.2"
5145-
eslint: "npm:^8.57.1"
5146-
eslint-import-resolver-typescript: "npm:^3.7.0"
5147-
eslint-plugin-import: "npm:^2.31.0"
5148-
eslint-plugin-require-extensions: "npm:^0.1.3"
5149-
prettier: "npm:^3.4.2"
5150-
prettier-plugin-packagejson: "npm:^2.5.6"
5151-
prettier-plugin-tailwindcss: "npm:^0.6.9"
5152-
typescript: "npm:^5.6.3"
5153-
dependenciesMeta:
5154-
5155-
unplugged: true
5156-
languageName: unknown
5157-
linkType: soft
5158-
51595159
"natural-compare@npm:^1.4.0":
51605160
version: 1.4.0
51615161
resolution: "natural-compare@npm:1.4.0"

0 commit comments

Comments
 (0)