Skip to content

Commit 2c6fa95

Browse files
committed
Release 0.1.5
1 parent 2c83c7f commit 2c6fa95

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "A Query Language and Runtime which can target any service.",
55
"contributors": [
66
"Lee Byron <lee@leebyron.com> (http://leebyron.com/)",
@@ -30,7 +30,10 @@
3030
"mocha": "--require scripts/mocha-bootload src/**/__tests__/**/*.js"
3131
},
3232
"babel": {
33-
"optional": ["runtime", "es7.asyncFunctions"]
33+
"optional": [
34+
"runtime",
35+
"es7.asyncFunctions"
36+
]
3437
},
3538
"scripts": {
3639
"prepublish": "npm test && npm run build",

0 commit comments

Comments
 (0)