diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index cb3ab3e..8ec1c65 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Horimiya Manga downloader", "main": "init.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "start": "node init.js" }, "repository": { "type": "git", |