Skip to content

Commit

Permalink
I dont think NpmJS likes my versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinyzu committed Dec 8, 2024
1 parent 327f98e commit dd81d5a
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.0-patch"
packageJson.version = "1.49.0.post0"
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.0-patch"
packageJson.version = "1.49.0.post0"
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 dd81d5a

Please sign in to comment.