From 4a6e6823952c39e4ce4a20834e8496f9316905c4 Mon Sep 17 00:00:00 2001 From: Juan Picado Date: Sun, 5 Mar 2023 07:57:12 +0100 Subject: [PATCH] format code --- website/docs/plugin-storage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/plugin-storage.md b/website/docs/plugin-storage.md index 9afa506fa..22ccdc7c3 100644 --- a/website/docs/plugin-storage.md +++ b/website/docs/plugin-storage.md @@ -113,4 +113,4 @@ The following list of plugins are implementing the Storage API and might be used - [verdaccio-aws-s3-storage](https://github.com/verdaccio/monorepo/tree/verdaccio-aws-s3-storage%4010.3.0/plugins/aws-s3-storage) Storage plugin to host packages **Amazon S3** (maintained by Verdaccio core team) - [verdaccio-google-cloud](https://github.com/verdaccio/verdaccio-google-cloud) Storage plugin to host packages **Google Cloud Storage** - [verdaccio-minio](https://github.com/barolab/verdaccio-minio) A verdaccio plugin for storing data in Minio -- [verdaccio-offline-storage](https://github.com/g3ngar/verdaccio-offline-storage) local-storage plugin BUT with locally available packages as first class citizens. \ No newline at end of file +- [verdaccio-offline-storage](https://github.com/g3ngar/verdaccio-offline-storage) local-storage plugin BUT with locally available packages as first class citizens.