Skip to content

Commit

Permalink
fix: Apparently Gatsby needs a noop index.js 🤷‍♂️
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey committed Jul 31, 2019
1 parent a3b359a commit 566125e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// noop
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
},
"homepage": "https://github.com/MichaelDeBoey/gatsby-remark-embedder#readme",
"files": [
"dist"
"dist",
"index.js"
],
"scripts": {
"build": "kcd-scripts build",
Expand Down

0 comments on commit 566125e

Please sign in to comment.