Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dschafer committed Aug 12, 2015
1 parent 3dd1fc3 commit 295b8a2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-relay",
"version": "0.1.0",
"version": "0.2.0",
"description": "A library to help construct a graphql-js server supporting react-relay.",
"contributors": [
"Daniel Schafer <[email protected]>"
Expand Down Expand Up @@ -28,7 +28,11 @@
"mocha": "--require scripts/mocha-bootload src/**/__tests__/**/*.js"
},
"babel": {
"optional": ["runtime", "es7.asyncFunctions", "es7.objectRestSpread"]
"optional": [
"runtime",
"es7.asyncFunctions",
"es7.objectRestSpread"
]
},
"scripts": {
"prepublish": "npm test && npm run build",
Expand Down

0 comments on commit 295b8a2

Please sign in to comment.