Skip to content

Commit

Permalink
Update /dist
Browse files Browse the repository at this point in the history
  • Loading branch information
nailujx86 committed Nov 28, 2020
1 parent c404126 commit 7aeb24d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion dist/mcmotd.css

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

Binary file removed dist/mcmotd.css.gz
Binary file not shown.
14 changes: 7 additions & 7 deletions dist/motdparsernode.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ const classes = {
};
const colors = {
'§0': 'black',
'§1': 'dark-blue',
'§2': 'dark-green',
'§3': 'dark-acqua',
'§4': 'dark-red',
'§5': 'dark-purple',
'§1': 'dark_blue',
'§2': 'dark_green',
'§3': 'dark_aqua',
'§4': 'dark_red',
'§5': 'dark_purple',
'§6': 'gold',
'§7': 'gray',
'§8': 'dark-gray',
'§8': 'dark_gray',
'§9': 'blue',
'§a': 'green',
'§b': 'aqua',
'§c': 'red',
'§d': 'light-purple',
'§d': 'light_purple',
'§e': 'yellow',
'§f': 'white',
};
Expand Down
2 changes: 1 addition & 1 deletion dist/motdparserweb.js

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

Binary file removed dist/motdparserweb.js.gz
Binary file not shown.

0 comments on commit 7aeb24d

Please sign in to comment.