From ad8730a0827dd38da43cb5ec6c10e12930547696 Mon Sep 17 00:00:00 2001 From: Tim Glorioso Date: Thu, 29 May 2025 11:23:17 -0400 Subject: [PATCH] Update TypeScript guidance (#1470) The JavaScript Install instructions include a TypeScript section. I removed it entirely because types are now provided by `minio-js` and should not be installed separately via `@types/minio`. Happy to consider alternatives, such as keeping the section with a note like "types are now provided by the `minio-js` package". --- 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 4d1ebf59..444cf562 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: