From 9b5ef3038bd63683747b7efd062e8240568fa71c Mon Sep 17 00:00:00 2001 From: Tim Glorioso Date: Wed, 28 May 2025 00:06:20 -0400 Subject: [PATCH] Remove TypeScript from JavaScript driver instructions Types are now provided by `minio-js` and should not be installed separately via `@types/minio`. --- source/developers/minio-drivers.rst | 7 ------- 1 file changed, 7 deletions(-) diff --git a/source/developers/minio-drivers.rst b/source/developers/minio-drivers.rst index 4d1ebf590..444cf5623 100644 --- a/source/developers/minio-drivers.rst +++ b/source/developers/minio-drivers.rst @@ -165,13 +165,6 @@ Install npm install npm install -g - - TypeScript - - .. code-block:: shell - :class: copyable - - npm install --save-dev @types/minio - .. _haskell-sdk: