Skip to content

Commit

Permalink
fix: add directory to package.json
Browse files Browse the repository at this point in the history
add directory property to all libraries package.json
  • Loading branch information
Dafnik committed Feb 2, 2023
1 parent 68c6841 commit 6d1335d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion libs/dfts-helper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/Dafnik/dfts-common.git"
"url": "git+https://github.com/Dafnik/dfts-common.git",
"directory": "libs/dfts-helper"
}
}
3 changes: 2 additions & 1 deletion libs/dfx-bootstrap-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/DatePoll/common/dfx-common.git"
"url": "git+https://gitlab.com/DatePoll/common/dfx-common.git",
"directory": "libs/dfx-bootstrap-table"
},
"peerDependencies": {
"@angular/common": "4 - 15",
Expand Down
3 changes: 2 additions & 1 deletion libs/dfx-helper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/DatePoll/common/dfx-common.git"
"url": "git+https://gitlab.com/DatePoll/common/dfx-common.git",
"directory": "libs/dfx-helper"
},
"peerDependencies": {
"@angular/common": "9 - 15",
Expand Down
3 changes: 2 additions & 1 deletion libs/dfx-translate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
},
"repository": {
"type": "git",
"url": "[email protected]:Dafnik/dfts-common.git"
"url": "[email protected]:Dafnik/dfts-common.git",
"directory": "libs/dfx-translate"
},
"peerDependencies": {
"@angular/common": "4 - 15",
Expand Down

0 comments on commit 6d1335d

Please sign in to comment.