Yoga Docs: Fix a couple files missed in rename #1621
@@ -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()
|
||||||
)
|
)
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "website-next",
|
"name": "website",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Reference in New Issue
Block a user