Skip to content

Commit

Permalink
fix: Gatsby plugin needs to be exported from the root
Browse files Browse the repository at this point in the history
Closes #6
  • Loading branch information
MichaelDeBoey committed Jul 31, 2019
1 parent 566125e commit 154a6d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
// noop
module.exports = require('./dist/index.js');
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "gatsby-remark-embedder",
"version": "0.0.0-semantically-released",
"description": "Gatsby Remark plugin to embed well known services by their URL.",
"main": "dist/index.js",
"main": "./index.js",
"keywords": [
"gatsby",
"gatsby-plugin",
Expand Down

0 comments on commit 154a6d1

Please sign in to comment.