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 30e2ad8 commit 76fd892Copy full SHA for 76fd892
package.json
@@ -21,6 +21,6 @@
21
"deploy": "npm run build && (cd out && git init && git config user.name \"Travis CI\" && git config user.email \"[email protected]\" && git add . && git commit -m \"Deploy to GitHub Pages\" && git push --force --quiet \"https://${GH_TOKEN}@github.com/facebook/graphql.git\" master:gh-pages > /dev/null 2>&1)"
22
},
23
"devDependencies": {
24
- "spec-md": "0.4.5"
+ "spec-md": "0.4.7"
25
}
26
0 commit comments