create valid relay schema.json

This commit is contained in:
Eric Hulburd
2016-01-31 17:18:27 -06:00
parent 2c42090cd9
commit c0efde030d
20 changed files with 90004 additions and 266 deletions

View File

@@ -4,7 +4,7 @@
"private": true,
"scripts": {
"start": "babel-node ./app.express.js",
"update-schema": "babel-node ./scripts/updateSchema.js"
"update-schema": "babel-node --debug ./scripts/updateSchema.js"
},
"dependencies": {
"body-parser": "~1.12.0",