diff options
Diffstat (limited to 'csci4131/hw7/package.json')
-rw-r--r-- | csci4131/hw7/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/csci4131/hw7/package.json b/csci4131/hw7/package.json index 543fc7f..0598cc4 100644 --- a/csci4131/hw7/package.json +++ b/csci4131/hw7/package.json @@ -4,6 +4,7 @@ "description": "", "main": "index.js", "scripts": { + "start": "node index.js", "test": "node index.js" }, "author": "", |