From d34a0f9de1663880254447046a69a3141c1c2546 Mon Sep 17 00:00:00 2001 From: Utkarsh Verma Date: Fri, 29 Apr 2022 10:25:26 +0530 Subject: [PATCH] npm test --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f5d492c..2c922a6 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,6 @@ "url": "git+https://github.com/n3r4zzurr0/video-frames.git" }, "scripts": { - "test": "standard" + "test": "standard" } }