We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c83c7f commit 2c6fa95Copy full SHA for 2c6fa95
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "graphql",
3
- "version": "0.1.4",
+ "version": "0.1.5",
4
"description": "A Query Language and Runtime which can target any service.",
5
"contributors": [
6
"Lee Byron <[email protected]> (http://leebyron.com/)",
@@ -30,7 +30,10 @@
30
"mocha": "--require scripts/mocha-bootload src/**/__tests__/**/*.js"
31
},
32
"babel": {
33
- "optional": ["runtime", "es7.asyncFunctions"]
+ "optional": [
34
+ "runtime",
35
+ "es7.asyncFunctions"
36
+ ]
37
38
"scripts": {
39
"prepublish": "npm test && npm run build",
0 commit comments