1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-20 01:21:56 +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",
"version": "1.0.0",
"description": "V3 for Musix the discord music bot",
"main": "./src/index.js",
"main": "./index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
@ -34,4 +34,4 @@
"ytdl-core": "^1.0.7",
"ytdl-core-discord": "^1.1.0"
}
}
}