Skip to content

Commit 7a4dc7a

Browse files
committed
Prepare for Update
1 parent 802543f commit 7a4dc7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

patchright_nodejs_rebranding.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ fs.rename("packages/playwright-core", "packages/patchright-core", (err) => {
113113
fs.readFile("packages/patchright-core/package.json", "utf8", (err, data) => {
114114
const packageJson = JSON.parse(data);
115115
packageJson.name = "patchright-core";
116-
packageJson.version = "1.51.3"
116+
// packageJson.version = "1.51.3"
117117
packageJson.author["name"] = "Microsoft Corportation, patched by github.com/Kaliiiiiiiiii-Vinyzu/";
118118
packageJson.homepage = "https://github.com/Kaliiiiiiiiii-Vinyzu/patchright-nodejs"
119119
packageJson.repository["url"] = "https://github.com/Kaliiiiiiiiii-Vinyzu/patchright-nodejs"
@@ -134,7 +134,7 @@ fs.rename("packages/playwright-core", "packages/patchright-core", (err) => {
134134
fs.readFile("packages/patchright/package.json", "utf8", (err, data) => {
135135
const packageJson = JSON.parse(data);
136136
packageJson.name = "patchright";
137-
packageJson.version = "1.51.3"
137+
// packageJson.version = "1.51.3"
138138
packageJson.author["name"] = "Microsoft Corportation, patched by github.com/Kaliiiiiiiiii-Vinyzu/";
139139
packageJson.homepage = "https://github.com/Kaliiiiiiiiii-Vinyzu/patchright-nodejs"
140140
packageJson.repository["url"] = "https://github.com/Kaliiiiiiiiii-Vinyzu/patchright-nodejs"

0 commit comments

Comments
 (0)