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:
Benedikt Kulmann
2020-07-02 08:10:11 +02:00
parent 6f57e42859
commit cabfb96fc5

View File

@@ -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"
}
}