gatsby-source-github-api
Advanced tools
Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "gatsby-source-github-api", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "gatsby plugin for github v4 API", | ||
@@ -26,7 +26,10 @@ "main": "index.js", | ||
"devDependencies": { | ||
"coveralls": "^3.0.7", | ||
"eslint": "^5.16.0", | ||
"eslint-config-prettier": "^4.1.0", | ||
"eslint-plugin-prettier": "^3.0.1", | ||
"jest": "^24.9.0", | ||
"jest-fetch-mock": "^2.1.2", | ||
"prettier": "^1.16.4" | ||
} | ||
} |
@@ -0,1 +1,4 @@ | ||
[![Build Status](https://travis-ci.com/ldd/gatsby-source-github-api.svg?branch=master)](https://travis-ci.com/ldd/gatsby-source-github-api) | ||
[![Coverage Status](https://coveralls.io/repos/github/ldd/gatsby-source-github-api/badge.svg?branch=master)](https://coveralls.io/github/ldd/gatsby-source-github-api?branch=master) | ||
# gatsby-source-github-api | ||
@@ -114,2 +117,5 @@ | ||
- `v0.1.4` | ||
- Add tests | ||
- expose DEFAULT_QUERY by exporting it | ||
- `v0.1.3` | ||
@@ -116,0 +122,0 @@ - Change mediaType of exported node to be ignored by `gatsby-transformer-json` |
@@ -39,1 +39,2 @@ const fetcher = require("graphql-fetch"); | ||
exports.fetchFromGithub = fetchFromAPI; | ||
exports.DEFAULT_QUERY = DEFAULT_QUERY; |
176681
11
113
128
7
11