diff --git a/gatsby-node.js b/gatsby-node.js index 4f6205b..8d9d5a1 100644 --- a/gatsby-node.js +++ b/gatsby-node.js @@ -38,8 +38,6 @@ exports.resolvableExtensions = async ( { graphql, actions, cache, getNodes, trac } - - // Cache fragments. const fragmentsDir = !! plugin.fragmentsDir ? path.join( ROOT, plugin.fragmentsDir ) : null; diff --git a/package.json b/package.json index 5b3e715..92c11a3 100644 --- a/package.json +++ b/package.json @@ -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 ", "keywords": [ "gatsby" @@ -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" }