1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-11-10 05:10:17 +00:00

Update package.json

This commit is contained in:
MatteZ02 2020-02-10 21:09:31 +02:00
parent ee246734aa
commit d2d8cfbbdc

View File

@ -2,7 +2,7 @@
"name": "musix", "name": "musix",
"version": "1.0.0", "version": "1.0.0",
"description": "V3 for Musix the discord music bot", "description": "V3 for Musix the discord music bot",
"main": "./src/index.js", "main": "./index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
@ -34,4 +34,4 @@
"ytdl-core": "^1.0.7", "ytdl-core": "^1.0.7",
"ytdl-core-discord": "^1.1.0" "ytdl-core-discord": "^1.1.0"
} }
} }