From ade860bde9dc81f82c46f6b8b986e68b053114be Mon Sep 17 00:00:00 2001 From: Jayden Seric Date: Mon, 23 Oct 2023 13:47:10 +1100 Subject: [PATCH] Remove the readme badges. --- changelog.md | 1 + readme.md | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 50a6f22..abe21c2 100644 --- a/changelog.md +++ b/changelog.md @@ -75,6 +75,7 @@ - In tests, for objects with the property `headers` that as of [`@apollo/client`](https://npm.im/@apollo/client) [v3.7.0](https://github.com/apollographql/apollo-client/releases/tag/v3.7.0) is a null-prototype object, use the assertion `deepEqual` instead of `deepStrictEqual`. - Tweaked code for type safety. - Updated documentation. +- Removed the readme badges. ## 17.0.0 diff --git a/readme.md b/readme.md index 6aaebe8..6036b75 100644 --- a/readme.md +++ b/readme.md @@ -2,8 +2,6 @@ # apollo-upload-client -[![npm version](https://badgen.net/npm/v/apollo-upload-client)](https://npm.im/apollo-upload-client) [![CI status](https://github.com/jaydenseric/apollo-upload-client/workflows/CI/badge.svg)](https://github.com/jaydenseric/apollo-upload-client/actions) - A [terminating Apollo Link](https://apollographql.com/docs/react/api/link/introduction/#the-terminating-link) for [Apollo Client](https://apollographql.com/docs/react) that fetches a [GraphQL multipart request](https://github.com/jaydenseric/graphql-multipart-request-spec) if the GraphQL variables contain files (by default [`FileList`](https://developer.mozilla.org/en-US/docs/Web/API/FileList), [`File`](https://developer.mozilla.org/en-US/docs/Web/API/File), or [`Blob`](https://developer.mozilla.org/en-US/docs/Web/API/Blob) instances), or else fetches a regular [GraphQL POST or GET request](https://apollographql.com/docs/apollo-server/requests) (depending on the config and GraphQL operation). ## Installation