Skip to content

Commit

Permalink
feat: add updateUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckFire committed Sep 21, 2023
1 parent 9cabd2c commit e40c3ec
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion clients/modern-indicators.theme.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
/**
* @name Modern Indicators
* @author LuckFire
* @version 2.2.2
* @version 2.2.3
* @description Updates Discord's indicators to feel more modern.
* @source https://github.com/discord-extensions/modern-indicators
* @invite vYdXbEzqDs
* @authorId 399416615742996480
* @updateUrl https://discord-extensions.github.io/modern-indicators/clients/modern-indicators.theme.css
*/

@import url('https://discord-extensions.github.io/modern-indicators/src/source.css');
Expand Down
2 changes: 1 addition & 1 deletion clients/modern-indicators.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/* ==UserStyle==
@name Modern Indicators
@author LuckFire
@version 2.2.2
@version 2.2.3
@description Updates Discord's indicators to feel more modern.
@namespace https://github.com/discord-extensions/modern-indicators
==UserStyle==*/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"build": "bd-scss build"
},
"dependencies": {
"theme-scss": "^2.1.0"
"theme-scss": "^2.2.0"
}
}
5 changes: 3 additions & 2 deletions theme-scss.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
const baseAuthor = {
name: 'Modern Indicators',
author: 'LuckFire',
version: '2.2.2',
version: '2.2.3',
description: 'Updates Discord\'s indicators to feel more modern.'
}

Expand All @@ -17,7 +17,8 @@ export default {
...baseAuthor,
source: 'https://github.com/discord-extensions/modern-indicators',
invite: 'vYdXbEzqDs',
authorId: '399416615742996480'
authorId: '399416615742996480',
updateUrl: 'https://discord-extensions.github.io/modern-indicators/clients/modern-indicators.theme.css'
},
base: {
target: 'src/source.scss',
Expand Down

0 comments on commit e40c3ec

Please sign in to comment.