Skip to content

Commit

Permalink
Stay with [email protected] until bugs are worked out
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcaloon committed Jun 26, 2020
1 parent c80276f commit f941772
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ exports.resolvableExtensions = async ( { graphql, actions, cache, getNodes, trac

}



// Cache fragments.
const fragmentsDir = !! plugin.fragmentsDir ? path.join( ROOT, plugin.fragmentsDir ) : null;

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-groq",
"description": "Gatsby plugin for using GROQ in place of GraphQL",
"version": "1.0.0-alpha.12",
"version": "1.0.0-alpha.15",
"author": "Kevin McAloon <[email protected]>",
"keywords": [
"gatsby"
Expand All @@ -19,7 +19,7 @@
"chokidar": "^3.4.0",
"fs": "^0.0.1-security",
"glob": "^7.1.6",
"groq-js": "^0.1.5",
"groq-js": "0.1.5",
"normalize-path": "^3.0.0",
"string.prototype.matchall": "^4.0.2"
}
Expand Down

0 comments on commit f941772

Please sign in to comment.