From f9417722b0fb77970a14a02cef77a52d5d5bd08e Mon Sep 17 00:00:00 2001 From: Kevin Date: Fri, 26 Jun 2020 10:00:17 -0400 Subject: [PATCH] Stay with groq-js@0.1.5 until bugs are worked out --- gatsby-node.js | 2 -- package.json | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) 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" }