File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ LineTerminator :
126126 - "Paragraph Separator (U+2029)"
127127
128128Comment :
129- - ` # ` CommentChar+?
129+ - ` # ` CommentChar*
130130
131131CommentChar : "Any character" but not LineTerminator
132132
@@ -167,7 +167,7 @@ FloatValue :
167167
168168IntegerPart :
169169 - NegativeSign? 0
170- - NegativeSign? NonZeroDigit Digit+?
170+ - NegativeSign? NonZeroDigit Digit*
171171
172172FractionalPart : . Digit+
173173
Original file line number Diff line number Diff line change 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.3.7 "
24+ "spec-md" : " 0.4.0 "
2525 }
2626}
You can’t perform that action at this time.
0 commit comments