mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-28 20:52:48 +00:00
run prettier on versions file (+ ignore it as we don't care much and it's annoying when releasing)
This commit is contained in:
parent
1e068e34f3
commit
c1bfe310c9
|
|
@ -14,6 +14,7 @@ __fixtures__
|
|||
|
||||
website-1.x/translated_docs
|
||||
website/i18n
|
||||
website/versions.json
|
||||
|
||||
examples/**/package.json
|
||||
examples/**/sandbox.config.json
|
||||
|
|
|
|||
|
|
@ -1,5 +1 @@
|
|||
[
|
||||
"2.0.0-alpha.73",
|
||||
"2.0.0-alpha.72",
|
||||
"2.0.0-alpha.71"
|
||||
]
|
||||
["2.0.0-alpha.73", "2.0.0-alpha.72", "2.0.0-alpha.71"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue