Skip to content

Commit 76fd892

Browse files
committed
Update to latest spec-md
1 parent 30e2ad8 commit 76fd892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"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)"
2222
},
2323
"devDependencies": {
24-
"spec-md": "0.4.5"
24+
"spec-md": "0.4.7"
2525
}
2626
}

0 commit comments

Comments
 (0)