diff options
Diffstat (limited to 'csci4131/hw7/package.json')
-rw-r--r-- | csci4131/hw7/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
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", |