Skip to content

Commit

Permalink
UIORGS-193 move plugin to optional dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaSedyx committed May 1, 2024
1 parent 96a0d61 commit 3ee57bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,6 @@
"regenerator-runtime": "^0.13.3"
},
"dependencies": {
"@folio/plugin-find-organization": "^5.0.0",
"@folio/stripes-acq-components": "~5.1.0",
"lodash": "^4.17.5",
"moment": "^2.24.0",
Expand All @@ -375,6 +374,7 @@
},
"optionalDependencies": {
"@folio/plugin-find-contact": "^5.0.0",
"@folio/plugin-find-interface": "^5.0.0"
"@folio/plugin-find-interface": "^5.0.0",
"@folio/plugin-find-organization": "^5.0.0"
}
}

0 comments on commit 3ee57bf

Please sign in to comment.