From d342cb9d7d1b43ca572ccf89cc959135e758c0f9 Mon Sep 17 00:00:00 2001 From: Luca Schwan Date: Sat, 21 Mar 2020 03:50:53 +0100 Subject: [PATCH] package.json correction --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 19fedb1..53e8d01 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "", "main": "index.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "start": "node index.js" }, "author": "", "license": "ISC",