Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #12 from MidKnightXI/adblocker-improvements-US-EU
Browse files Browse the repository at this point in the history
feat: changing package name
  • Loading branch information
MidKnightXI authored Dec 7, 2022
2 parents c73315d + 94bcb19 commit 5b6fe70
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oppgg-remover",
"version": "1.0.0",
"name": "opgg-patcher",
"version": "1.3",
"description": "ad remover for the electron app of opgg",
"main": "index.js",
"repository": "[email protected]:MidKnightXI/opgg-ads-remover.git",
Expand All @@ -11,10 +11,10 @@
"lint:check": "eslint .",
"lint:fix": "eslint --fix .",
"bundle": "rollup --config",
"build": "rollup -c && pkg -o opgg-ads-remover -t node16-win-x64,node16-darwin-x64 bundle.js && chmod 755 opgg-ads-remover-macos && rm -f bundle.js",
"build:win": "rollup -c && pkg -o opgg-ads-remover-win -t node16-win-x64 bundle.js && rm -f bundle.js",
"build:win-arm": "rollup -c && pkg -o opgg-ads-remover-win-arm -t node16-win-arm64 bundle.js && rm -f bundle.js",
"build:darwin": "rollup -c && pkg -o opgg-ads-remover-darwin -t node16-darwin-x64 bundle.js && chmod 755 opgg-ads-remover-darwin && rm -f bundle.js"
"build": "rollup -c && pkg -o opgg-patcher -t node16-win-x64,node16-darwin-x64 bundle.js && chmod 755 opgg-patcher-macos && rm -f bundle.js",
"build:win": "rollup -c && pkg -o opgg-patcher-win -t node16-win-x64 bundle.js && rm -f bundle.js",
"build:win-arm": "rollup -c && pkg -o opgg-patcher-win-arm -t node16-win-arm64 bundle.js && rm -f bundle.js",
"build:darwin": "rollup -c && pkg -o opgg-patcher-macos -t node16-darwin-x64 bundle.js && chmod 755 opgg-patcher-macos && rm -f bundle.js"
},
"dependencies": {
"@electron/asar": "^3.2.2",
Expand Down

0 comments on commit 5b6fe70

Please sign in to comment.