mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-25 14:30:28 -05:00
Declare ODS as peer dependencies
It is already loaded in ocis-web, thus kind of a peer dependency. Still not very strict, because this project is not used as lib within ocis-web but is only served together at runtime.
This commit is contained in:
@@ -59,9 +59,11 @@
|
||||
"> 1%",
|
||||
"not dead"
|
||||
],
|
||||
"peerDependencies": {
|
||||
"owncloud-design-system": "^1.7.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"lodash": "^4.17.15",
|
||||
"owncloud-design-system": "^1.6.0",
|
||||
"vuex": "^3.2.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user