Skip to content

Commit

Permalink
FIX Auto-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlanmcdonald committed Aug 9, 2023
1 parent 21f6159 commit 693af0f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion dist/userscript.js

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hackernews-user-tags",
"version": "0.0.3",
"version": "0.0.4",
"description": "A Tampermonkey userscript which allows the user to associate a custom coloured label/tag on usernames throughout Hacker News.",
"main": "script.js",
"type": "module",
Expand Down
1 change: 1 addition & 0 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const BANNER = `
// @match https://news.ycombinator.com/*
// @icon https://news.ycombinator.com/favicon.ico
// @updateURL https://raw.githubusercontent.com/lachlanmcdonald/hackernews-user-tags/main/dist/userscript.js
// @downloadURL https://raw.githubusercontent.com/lachlanmcdonald/hackernews-user-tags/main/dist/userscript.js
// @grant GM.getValue
// @grant GM.setValue
// @run-at document-idle
Expand Down

0 comments on commit 693af0f

Please sign in to comment.