Yoga Docs: Fix a couple files missed in rename
Summary: These changes accidentally got removed when rebasing. Differential Revision: D54884103
This commit is contained in:
committed by
Facebook GitHub Bot
parent
e043ea4257
commit
6782a6b39e
@@ -28,7 +28,7 @@ with open("javascript/package.json", "r+") as f:
|
||||
f.truncate()
|
||||
f.write(new_contents)
|
||||
|
||||
with open("website-next/package.json", "r+") as f:
|
||||
with open("website/package.json", "r+") as f:
|
||||
new_contents = re.sub(
|
||||
r'"yoga-layout": ".*"', f'"yoga-layout": "{version}"', f.read()
|
||||
)
|
||||
|
Reference in New Issue
Block a user