aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMax Isom <[email protected]>2024-04-28 16:12:05 -0700
committerMax Isom <[email protected]>2024-04-28 16:12:05 -0700
commitcc1f18bc196fe1b5acb6023dc23ab42f43b41ba7 (patch)
tree2ab159189da618b8b981233cc6dda776a740561b /package.json
parente0dfd8c9fd14cb6b644d0f426e891fa6603916ab (diff)
downloadmuse-cc1f18bc196fe1b5acb6023dc23ab42f43b41ba7.tar.xz
muse-cc1f18bc196fe1b5acb6023dc23ab42f43b41ba7.zip
Release 2.8.1
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/package.json b/package.json
index c987cd2..6a80e0a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "muse",
- "version": "2.8.0",
+ "version": "2.8.1",
"description": "🎧 a self-hosted Discord music bot that doesn't suck ",
"repository": "[email protected]:codetheweb/muse.git",
"author": "Max Isom <[email protected]>",
@@ -64,7 +64,9 @@
"parserOptions": {
"project": "./tsconfig.json"
},
- "plugins": ["import"],
+ "plugins": [
+ "import"
+ ],
"rules": {
"new-cap": "off",
"@typescript-eslint/no-unused-vars": "off",