diff options
| author | System administrator <root@schneefux.xyz> | 2019-09-27 09:03:41 +0200 |
|---|---|---|
| committer | System administrator <root@schneefux.xyz> | 2019-09-27 09:03:41 +0200 |
| commit | 353c6cf0897c73a4ad01712099825a0d40a37d8c (patch) | |
| tree | c31de37e488c92f28d45f64de21e8cfc2bf43986 | |
| parent | 33dfcc573612a84937474173870e9c333ac48d3b (diff) | |
| download | deleteme-353c6cf0897c73a4ad01712099825a0d40a37d8c.tar.gz deleteme-353c6cf0897c73a4ad01712099825a0d40a37d8c.zip | |
Add run
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 17a918a..4a2b255 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "description": "", "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": "", "license": "ISC", |
