Yoga Docs: Fix a couple files missed in rename #1621

Closed
NickGerleman wants to merge 2 commits from export-D54884103 into main
3 changed files with 12 additions and 14 deletions
Showing only changes of commit 6782a6b39e - Show all commits

View File

@@ -28,7 +28,7 @@ with open("javascript/package.json", "r+") as f:
f.truncate() f.truncate()
f.write(new_contents) 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( new_contents = re.sub(
r'"yoga-layout": ".*"', f'"yoga-layout": "{version}"', f.read() r'"yoga-layout": ".*"', f'"yoga-layout": "{version}"', f.read()
) )

View File

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