diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 6 |
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", |
