Skip to content

Commit

Permalink
fix: correct pkg json
Browse files Browse the repository at this point in the history
  • Loading branch information
njfamirm committed Dec 17, 2024
1 parent fada092 commit 18b4422
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 37 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}
Expand Down
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> (https://www.njfamirm.ir)",
"contributors": [
Expand Down
66 changes: 33 additions & 33 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
[email protected]:
unplugged: true
languageName: unknown
linkType: soft

"detect-indent@npm:^7.0.1":
version: 7.0.1
resolution: "detect-indent@npm:7.0.1"
Expand Down Expand Up @@ -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:
[email protected]:
unplugged: true
languageName: unknown
linkType: soft

"natural-compare@npm:^1.4.0":
version: 1.4.0
resolution: "natural-compare@npm:1.4.0"
Expand Down

0 comments on commit 18b4422

Please sign in to comment.