Skip to content

Commit 295b8a2

Browse files
committed
0.2.0
1 parent 3dd1fc3 commit 295b8a2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-relay",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "A library to help construct a graphql-js server supporting react-relay.",
55
"contributors": [
66
"Daniel Schafer <[email protected]>"
@@ -28,7 +28,11 @@
2828
"mocha": "--require scripts/mocha-bootload src/**/__tests__/**/*.js"
2929
},
3030
"babel": {
31-
"optional": ["runtime", "es7.asyncFunctions", "es7.objectRestSpread"]
31+
"optional": [
32+
"runtime",
33+
"es7.asyncFunctions",
34+
"es7.objectRestSpread"
35+
]
3236
},
3337
"scripts": {
3438
"prepublish": "npm test && npm run build",

0 commit comments

Comments
 (0)