parse-community / parse-server-s3-adapter

AWS S3 file storage adapter for Parse Server
Other
80 stars 84 forks source link

Parse should be included as a peerDependency to avoid configuration conflicts in implementing projects #227

Open beau6183 opened 2 hours ago

beau6183 commented 2 hours ago

Parse is already bundled with parse-server. Since this is an extension for parse-server, it should not include parse itself, but instead expect it as a peerDependencies item. This is important to avoid situations where configuration for parse can get lost due to multiple included libraries including parse in their dependencies list.

parse-github-assistant[bot] commented 2 hours ago

Thanks for opening this issue!