-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Paul Le Cam
committed
Jun 29, 2017
1 parent
d6af833
commit bf6ad07
Showing
7 changed files
with
140 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
## v0.6.1 (2017-06-29) | ||
|
||
Fix version | ||
|
||
## v0.6.0 (2017-05-26) | ||
|
||
Update GraphQL to v0.10.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "graphql-fetch-schema", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "Fetch a GraphQL schema from a server and write it to file", | ||
"repository": { | ||
"type": "git", | ||
|
@@ -15,13 +15,13 @@ | |
"compile": "babel src --out-dir lib", | ||
"build": "npm run clean && npm run compile", | ||
"start": "npm run build", | ||
"prepublish": "npm start" | ||
"prepublishOnly": "npm start" | ||
}, | ||
"author": "Paul Le Cam <[email protected]>", | ||
"license": "MIT", | ||
"dependencies": { | ||
"babel-runtime": "^6.22.0", | ||
"commander": "^2.9.0", | ||
"commander": "^2.10.0", | ||
"graphql": "^0.10.0", | ||
"node-fetch": "^1.7.0" | ||
}, | ||
|
@@ -30,6 +30,7 @@ | |
"babel-plugin-syntax-flow": "^6.18.0", | ||
"babel-plugin-transform-flow-strip-types": "^6.22.0", | ||
"babel-plugin-transform-runtime": "^6.22.0", | ||
"babel-preset-latest": "^6.22.0" | ||
"babel-preset-latest": "^6.22.0", | ||
"prettier": "^1.5.2" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.