From 18b4422c71c091c132c15423d4c16ed0b290d19e Mon Sep 17 00:00:00 2001 From: "S. Amir Mohammad Najafi" Date: Tue, 17 Dec 2024 13:36:05 +0330 Subject: [PATCH] fix: correct pkg json --- .github/workflows/publish-npm.yml | 1 - package.json | 9 +++-- yarn.lock | 66 +++++++++++++++---------------- 3 files changed, 39 insertions(+), 37 deletions(-) diff --git a/.github/workflows/publish-npm.yml b/.github/workflows/publish-npm.yml index 55a31fc..653a4ff 100644 --- a/.github/workflows/publish-npm.yml +++ b/.github/workflows/publish-npm.yml @@ -42,7 +42,6 @@ jobs: - name: 🏗 Cache Layer uses: actions/cache@v4 - # id: yarn_cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`) with: path: ${{ steps.yarn_config.outputs.cache_folder }} key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }} diff --git a/package.json b/package.json index e70458a..0a02266 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,11 @@ { - "name": "nanolib-monorepo", + "name": "design-system-monorepo", "private": true, - "description": "Necessary library for all ECMAScript (JavaScript/TypeScript) projects.", - "repository": "https://github.com/the-nexim/design-system", + "description": "List of components and utilities for building web applications with Nexim's design system powered by Material Design 3.", + "repository": { + "type": "git", + "url": "git+https://github.com/the-nexim/design-system.git" + }, "license": "AGPL-3.0-only", "author": "S. Amir Mohammad Najafi (https://www.njfamirm.ir)", "contributors": [ diff --git a/yarn.lock b/yarn.lock index ab46378..5514867 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2775,6 +2775,39 @@ __metadata: languageName: node linkType: hard +"design-system-monorepo@workspace:.": + version: 0.0.0-use.local + resolution: "design-system-monorepo@workspace:." + dependencies: + "@lerna-lite/changed": "npm:^3.10.1" + "@lerna-lite/cli": "npm:^3.10.1" + "@lerna-lite/diff": "npm:^3.10.1" + "@lerna-lite/exec": "npm:^3.10.1" + "@lerna-lite/publish": "npm:^3.10.1" + "@lerna-lite/run": "npm:^3.10.1" + "@lerna-lite/version": "npm:^3.10.1" + "@nexim/eslint-config": "npm:^1.0.1" + "@nexim/prettier-config": "npm:^1.0.1" + "@nexim/typescript-config": "npm:^1.0.1" + "@types/node": "npm:^22.10.2" + "@typescript-eslint/eslint-plugin": "npm:^7.15.0" + "@typescript-eslint/parser": "npm:^7.15.0" + ava: "npm:^6.2.0" + conventional-changelog-conventionalcommits: "npm:^7.0.2" + eslint: "npm:^8.57.1" + eslint-import-resolver-typescript: "npm:^3.7.0" + eslint-plugin-import: "npm:^2.31.0" + eslint-plugin-require-extensions: "npm:^0.1.3" + prettier: "npm:^3.4.2" + prettier-plugin-packagejson: "npm:^2.5.6" + prettier-plugin-tailwindcss: "npm:^0.6.9" + typescript: "npm:^5.6.3" + dependenciesMeta: + prettier-plugin-tailwindcss@0.6.9: + unplugged: true + languageName: unknown + linkType: soft + "detect-indent@npm:^7.0.1": version: 7.0.1 resolution: "detect-indent@npm:7.0.1" @@ -5123,39 +5156,6 @@ __metadata: languageName: node linkType: hard -"nanolib-monorepo@workspace:.": - version: 0.0.0-use.local - resolution: "nanolib-monorepo@workspace:." - dependencies: - "@lerna-lite/changed": "npm:^3.10.1" - "@lerna-lite/cli": "npm:^3.10.1" - "@lerna-lite/diff": "npm:^3.10.1" - "@lerna-lite/exec": "npm:^3.10.1" - "@lerna-lite/publish": "npm:^3.10.1" - "@lerna-lite/run": "npm:^3.10.1" - "@lerna-lite/version": "npm:^3.10.1" - "@nexim/eslint-config": "npm:^1.0.1" - "@nexim/prettier-config": "npm:^1.0.1" - "@nexim/typescript-config": "npm:^1.0.1" - "@types/node": "npm:^22.10.2" - "@typescript-eslint/eslint-plugin": "npm:^7.15.0" - "@typescript-eslint/parser": "npm:^7.15.0" - ava: "npm:^6.2.0" - conventional-changelog-conventionalcommits: "npm:^7.0.2" - eslint: "npm:^8.57.1" - eslint-import-resolver-typescript: "npm:^3.7.0" - eslint-plugin-import: "npm:^2.31.0" - eslint-plugin-require-extensions: "npm:^0.1.3" - prettier: "npm:^3.4.2" - prettier-plugin-packagejson: "npm:^2.5.6" - prettier-plugin-tailwindcss: "npm:^0.6.9" - typescript: "npm:^5.6.3" - dependenciesMeta: - prettier-plugin-tailwindcss@0.6.9: - unplugged: true - languageName: unknown - linkType: soft - "natural-compare@npm:^1.4.0": version: 1.4.0 resolution: "natural-compare@npm:1.4.0"