Skip to content

Commit

Permalink
Incremented version to 1.2.1; updated packages; fixed manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
avi12 committed Dec 14, 2021
1 parent 7b183d6 commit 5303447
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 28 deletions.
4 changes: 2 additions & 2 deletions dist/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Twitch Channel Points Bonus Collector",
"short_name": "Twitch CP",
"description": "Auto-clicks the Channel Points bonus button when it appears.",
"version": "1.2.0",
"version": "1.2.1",
"manifest_version": 3,
"author": "avi12",
"developer": {
Expand All @@ -23,7 +23,7 @@
"content_scripts": [
{
"matches": ["https://www.twitch.tv/*"],
"js": ["scripts/content-script-twitch.js"]
"js": ["build/scripts/content-script-twitch.js"]
}
],
"offline_enabled": true,
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "twitch-cp-bonus-collector",
"version": "1.2.0",
"version": "1.2.1",
"description": "A browser extension that automates clicking on the Channel Points bonus button during a Twitch live stream when it appears.",
"repository": "https://github.com/avi12/twitch-cp-bonus-collector",
"license": "GPL-3.0-or-later",
Expand All @@ -25,7 +25,7 @@
"run-edge-windows": "\"\"%ProgramFiles(x86)%\\Microsoft\\Edge\\Application\\msedge.exe\"\" https://www.twitch.tv/codinggarden --load-extension=%cd%\\dist"
},
"devDependencies": {
"@types/chrome": "^0.0.169",
"@types/chrome": "^0.0.170",
"build-for-browser": "github:avi12/build-for-browser",
"eslint": "^8.4.1",
"eslint-config-prettier": "^8.3.0",
Expand All @@ -34,6 +34,6 @@
"set-json-version": "^1.0.7",
"web-ext": "^6.6.0",
"webext-store-incompat-fixer": "^0.1.37",
"zip-self": "^0.4.4"
"zip-self": "^0.4.5"
}
}
}
39 changes: 17 additions & 22 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5303447

Please sign in to comment.