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:
Nick Gerleman
2024-03-13 19:37:55 -07:00
committed by Facebook GitHub Bot
parent e043ea4257
commit 6782a6b39e
2 changed files with 2 additions and 2 deletions

View File

@@ -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()
)

View File

@@ -1,5 +1,5 @@
{
"name": "website-next",
"name": "website",
"version": "0.0.0",
"private": true,
"scripts": {