From dee564a1ef290edf69f363409cd51ec46e8a77df Mon Sep 17 00:00:00 2001 From: RossTheRoss Date: Fri, 30 Apr 2021 08:43:44 -0500 Subject: Fix typo --- csci4131/hw7/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csci4131/hw7/package.json b/csci4131/hw7/package.json index a937763..9ac62c8 100644 --- a/csci4131/hw7/package.json +++ b/csci4131/hw7/package.json @@ -4,7 +4,7 @@ "description": "", "main": "index.js", "scripts": { - "test": "npm index.js" + "test": "node index.js" }, "author": "", "license": "MIT", -- cgit v1.2.3