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-03-04 16:25:18 +02:00
parent a82b153aa7
commit a04fd0344b

View File

@ -4,7 +4,7 @@
"description": "V3 for Musix the discord music bot", "description": "V3 for Musix the discord music bot",
"main": "./index.js", "main": "./index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "start": "node ."
}, },
"repository": { "repository": {
"type": "git", "type": "git",
@ -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"
} }
} }