Skip to content

Commit b99c1ec

Browse files
committed
Disabling Custom Versioning
(In hope that Playwright doesnt release v1.49.2 lol)
1 parent 6148cb4 commit b99c1ec

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.49.2"
116+
//packageJson.version = "1.49.2"
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.49.2"
137+
//packageJson.version = "1.49.2"
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)