Skip to content

Commit

Permalink
fix: add dependencies section to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
khalilou88 committed Oct 15, 2024
1 parent 7dd6aa6 commit d450e6e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@
"nx-workspace",
"nx-plugin"
],
"peerDependencies": {
"@nx/devkit": ">= 19",
"dependencies": {
"tslib": "^2.7.0"
},
"peerDependencies": {
"@nx/devkit": ">= 19"
},
"repository": {
"type": "git",
"url": "https://github.com/khalilou88/jnxplus.git",
Expand Down
6 changes: 4 additions & 2 deletions packages/xml/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,13 @@
"maven",
"maven multi-module project"
],
"peerDependencies": {
"@nx/devkit": ">= 19",
"dependencies": {
"xmldoc": "^1.3.0",
"tslib": "^2.7.0"
},
"peerDependencies": {
"@nx/devkit": ">= 19"
},
"repository": {
"type": "git",
"url": "https://github.com/khalilou88/jnxplus.git",
Expand Down

0 comments on commit d450e6e

Please sign in to comment.