diff --git a/components/gifList.js b/components/gifList.js
index b159d31..9066d8e 100644
--- a/components/gifList.js
+++ b/components/gifList.js
@@ -56,7 +56,7 @@ export default class GifList extends React.Component {
return (
-
+
{gifNodes}
diff --git a/package.json b/package.json
index 5b977e3..46b1626 100644
--- a/package.json
+++ b/package.json
@@ -64,7 +64,8 @@
},
"files": [
"dist/**/*",
- "node_modules/**/*"
+ "node_modules/**/*",
+ "assets/*"
]
}
}