From 63a5782fa1ceba79b337cf5bf353f65172f8ebe1 Mon Sep 17 00:00:00 2001
From: Hyeseong Kim <cometkim.kr@gmail.com>
Date: Mon, 9 Sep 2019 06:03:34 +0900
Subject: [PATCH] GIF should be published within README

---
 README.md                                           |   2 +-
 .../recording-20190909.gif                          | Bin
 package.json                                        |   3 ++-
 3 files changed, 3 insertions(+), 2 deletions(-)
 rename recording-20190909.gif => images/recording-20190909.gif (100%)

diff --git a/README.md b/README.md
index 61789fe..99924cf 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ Watch changes, Automatically generates TypeScript definitions.
 - [x] Options to customize paths
 - [x] Auto-fixing `<StaticQuery>` and `useStaticQuery()` with generated type name.
 
-![Demonstration auto-fixing](recording-20190909.gif)
+![Demonstration auto-fixing](images/recording-20190909.gif)
 
 ## Requirements
 
diff --git a/recording-20190909.gif b/images/recording-20190909.gif
similarity index 100%
rename from recording-20190909.gif
rename to images/recording-20190909.gif
diff --git a/package.json b/package.json
index e1c4289..8ef2b90 100644
--- a/package.json
+++ b/package.json
@@ -20,7 +20,8 @@
   "files": [
     "index.js",
     "gatsby-node.js",
-    "types.ts"
+    "types.ts",
+    "images"
   ],
   "peerDependencies": {
     "gatsby": ">=2.0.0",
-- 
GitLab