From 7a7e7e9779fca1420064b31a6cdc7962747675f5 Mon Sep 17 00:00:00 2001 From: Trivernis Date: Wed, 9 Oct 2019 23:14:49 +0200 Subject: [PATCH] Fixed syntax error in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b667b60..1dcb86a 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "winston": "3.2.1", "winston-daily-rotate-file": "4.2.1", "youtube-playlist-info": "1.1.2", - "ytdl-core": "^1.0.0", + "ytdl-core": "^1.0.0" }, "devDependencies": { "assert": "2.0.0",