Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
casualsoty committed Sep 21, 2023
1 parent 7bfd381 commit 47d49f4
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions maemotes.js → module.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
let dialog = '';
let scripts = '' +
'<script ' +
'src="modules/maemotes/scripts/getButton.js" ' +
'src="modules/maemotes/scripts/get-button.js" ' +
'type="text/javascript"></script>' +
'<script ' +
'src="modules/maemotes/scripts/MaemoteChatBubbles.js" ' +
'src="modules/maemotes/scripts/maemote-chat-bubbles.js" ' +
'type="text/javascript"></script>' +
'<script ' +
'src="modules/maemotes/scripts/renderEmotes.js" ' +
'src="modules/maemotes/scripts/render-emotes.js" ' +
'type="text/javascript"></script>';

/* MAIN
Expand Down
5 changes: 3 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
"name": "soty",
"discord": "soty"
}],
"bugs": "https://github.com/casualsoty/maemotes/issues",
"compatibility": {
"minimum": "11",
"verified": "11"
},
"download": "https://github.com/casualsoty/maemotes/releases/latest/download/module.zip",
"esmodules": ["maemotes.js"],
"esmodules": ["module.js"],
"id": "maemotes",
"languages": [{
"lang": "en",
Expand All @@ -19,5 +20,5 @@
"readme": "https://github.com/casualsoty/maemotes/blob/main/README.md",
"title": "Maemotes",
"url": "https://github.com/casualsoty/maemotes",
"version": "1.0.3"
"version": "1.0.4"
}
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 47d49f4

Please sign in to comment.