Skip to content

Commit

Permalink
fix: try append peerDependencies for lib to correct install all deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Sep 29, 2022
1 parent fb88593 commit d1e77e8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions libs/ilink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,22 @@
"source-map-support": "0.5.21",
"tslib": "2.0.0"
},
"peerDependencies ": {
"log4js": "6.6.1",
"nestjs-console": "8.0.0",
"recursive-readdir": "2.2.2",
"sort-paths": "1.1.1",
"@nestjs/common": "8.2.4",
"@nestjs/core": "8.2.4",
"consul": "^1.0.1",
"dotenv": "^16.0.2",
"fast-deep-equal": "3.1.3",
"lodash.mergewith": "4.6.2",
"reflect-metadata": "0.1.13",
"rxjs": "7.1.0",
"source-map-support": "0.5.21",
"tslib": "2.0.0"
},
"i18n": [
{
"scope": "ilink",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"rucken": "rucken",
"start": "node ./dist/libs/ilink/src/main.js",
"build": "npm run nx -- build ilink && ./scripts/add-header-to-ilink.js && npm run lib:build-changelog",
"release": "standard-version -a",
"release": "standard-version",
"publish": "npm publish ./dist/libs/ilink",
"create-release": "npm run test && npm run build && npm run release && git push --follow-tags origin develop",
"test": "npm run build && npm run nx -- test ilink --skip-nx-cache --json --outputFile=jest.result.json --runInBand --testLocationInResults",
Expand Down

0 comments on commit d1e77e8

Please sign in to comment.