diff --git a/README.md b/README.md
index 61789fee753a98215d8dbb571c1f3c7045c982d5..99924cfba7e5ba004217123510925bacaa3c63f4 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 e1c428926c464c88d40a677f180fa4ffe304e8a2..8ef2b908ae5baebddeabf80f4d47ad30d80d5381 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",