Comparing version 1.3.1 to 1.3.2
@@ -18,2 +18,2 @@ import CommitQuery from './queries/Commit'; | ||
} | ||
export {}; | ||
export default Provider; |
@@ -62,1 +62,2 @@ "use strict"; | ||
Provider.ENDPOINT = 'https://api.github.com/graphql'; | ||
exports.default = Provider; |
{ | ||
"name": "gh-gql", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "GitHub GraphQL API helper for TypeScript", | ||
@@ -18,6 +18,6 @@ "homepage": "https://github.com/keindev/gh-gql#readme", | ||
], | ||
"main": "lib/Provider.js", | ||
"unpkg": "lib/Provider.js", | ||
"module": "lib/Provider.js", | ||
"types": "lib/Provider.d.ts", | ||
"main": "lib/index.js", | ||
"unpkg": "lib/index.js", | ||
"module": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"repository": { | ||
@@ -24,0 +24,0 @@ "type": "git", |
@@ -35,3 +35,3 @@ <p align="center"><img width="400" src="https://cdn.jsdelivr.net/gh/keindev/gh-gql/media/logo.svg" alt="GitHub GraphQL API client for JavaScript"></p> | ||
Read the [API documentation](docs/api/README.md) for more information. | ||
Read the [API documentation](https://github.com/keindev/gh-gql/blob/master/docs/api/index.md) for more information. | ||
@@ -38,0 +38,0 @@ ## License |
29
11841
469796