From b880c33ea4356ddae54c76c10efb4bb03af17f65 Mon Sep 17 00:00:00 2001 From: Lenz Weber-Tronic Date: Fri, 11 Oct 2024 16:05:55 +0200 Subject: [PATCH] move wordmark to file --- README.md | 14 +------------- other/apollo-wordmark.svg | 17 +++++++++++++++++ package.json | 3 ++- 3 files changed, 20 insertions(+), 14 deletions(-) create mode 100644 other/apollo-wordmark.svg diff --git a/README.md b/README.md index 497b9ab00..5d371b453 100644 --- a/README.md +++ b/README.md @@ -17,19 +17,7 @@ application. ## Brought to you by Apollo - - - - + This library originally was part of the Apollo Client test suite and is diff --git a/other/apollo-wordmark.svg b/other/apollo-wordmark.svg new file mode 100644 index 000000000..88a322c90 --- /dev/null +++ b/other/apollo-wordmark.svg @@ -0,0 +1,17 @@ + + + + \ No newline at end of file diff --git a/package.json b/package.json index f2c93c007..3ccf7ef8c 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,8 @@ } }, "files": [ - "dist" + "dist", + "other" ], "dependencies": { "@testing-library/dom": "^10.4.0",