forked from skevy/graphiql-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* source: Ok npm wants me to commit this Revert "add package lock file (skevy#86)" take shell straight of electron and updated button/links (skevy#87) add package lock file (skevy#86) Update readme (skevy#85) add the close query menu item for non-macOS (skevy#71) Add Origin header for CORS support (skevy#66) Update productName Add release command Update .gitignore Package with Electron Builder, add windows + linux packages Fix bad JSON stringify in get requests (skevy#60) Update to Babel 6 + GraphiQL 0.10.2/GraphQL 0.10.1 # Conflicts: # package.json
- Loading branch information
Showing
12 changed files
with
12,462 additions
and
482 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,17 @@ | ||
{ | ||
"stage": 0 | ||
"presets": [ | ||
["env", { | ||
"targets": { | ||
"electron": "0.36", | ||
"uglify": true | ||
} | ||
}], | ||
"stage-1", | ||
"stage-2", | ||
"stage-3", | ||
"react" | ||
], | ||
"plugins": [ | ||
"transform-runtime" | ||
] | ||
} |
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 |
---|---|---|
|
@@ -34,3 +34,6 @@ node_modules | |
|
||
# App packaged | ||
release | ||
dist | ||
|
||
.envrc |
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
File renamed without changes.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
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.