Skip to content

Commit

Permalink
Disabling Custom Versioning
Browse files Browse the repository at this point in the history
(In hope that Playwright doesnt release v1.49.2 lol)
  • Loading branch information
Vinyzu committed Jan 4, 2025
1 parent 6148cb4 commit b99c1ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions patchright_nodejs_rebranding.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ fs.rename("packages/playwright-core", "packages/patchright-core", (err) => {
fs.readFile("packages/patchright-core/package.json", "utf8", (err, data) => {
const packageJson = JSON.parse(data);
packageJson.name = "patchright-core";
packageJson.version = "1.49.2"
//packageJson.version = "1.49.2"
packageJson.author["name"] = "Microsoft Corportation, patched by github.com/Kaliiiiiiiiii-Vinyzu/";
packageJson.homepage = "https://github.com/Kaliiiiiiiiii-Vinyzu/patchright-nodejs"
packageJson.repository["url"] = "https://github.com/Kaliiiiiiiiii-Vinyzu/patchright-nodejs"
Expand All @@ -134,7 +134,7 @@ fs.rename("packages/playwright-core", "packages/patchright-core", (err) => {
fs.readFile("packages/patchright/package.json", "utf8", (err, data) => {
const packageJson = JSON.parse(data);
packageJson.name = "patchright";
packageJson.version = "1.49.2"
//packageJson.version = "1.49.2"
packageJson.author["name"] = "Microsoft Corportation, patched by github.com/Kaliiiiiiiiii-Vinyzu/";
packageJson.homepage = "https://github.com/Kaliiiiiiiiii-Vinyzu/patchright-nodejs"
packageJson.repository["url"] = "https://github.com/Kaliiiiiiiiii-Vinyzu/patchright-nodejs"
Expand Down

0 comments on commit b99c1ec

Please sign in to comment.