Skip to content

Commit

Permalink
fix: fix package dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
manjarres09 committed Jan 19, 2025
1 parent 15b3124 commit 20c32ae
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions packages/nx-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,26 @@
"name": "@trades-org/nx-core",
"version": "0.0.1",
"license": "MIT",
"dependencies": {
"@nx/devkit": "20.0.3",
"colorette": "^2.0.20",
"flat": "^5.0.2",
"nx": "20.0.3",
"tslib": "^2.4.0"
},
"repository": {
"type": "git",
"url": "https://github.com/trades-org/nx-plugins.git",
"directory": "packages/nx-serverless"
},
"publishConfig": {
"access": "public"
"access": "public",
"registry": "https://npm.pkg.github.com/trades-org"
},
"engines": {
"node": ">=16.6.0"
},
"main": "index.js",
"generators": "./generators.json",
"executors": "./executors.json",
"dependencies": {
"@nx/devkit": "20.0.3",
"colorette": "^2.0.20",
"flat": "^5.0.2",
"nx": "20.0.3",
"tslib": "^2.4.0"
}
"executors": "./executors.json"
}

0 comments on commit 20c32ae

Please sign in to comment.