diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 0b7ed8b..e3dfbf8 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "description": "Big Blue Is You!", "main": "index.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "start": "node index.js" }, "author": "Logan Hunt", "license": "ISC", |