diff --git a/package.json b/package.json index 3ca07fb4755d9b774cb80413b07621e3f02f2eef..e026be5c83fac2db922e2223f337600eb4af37c9 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", - "start": "nodemon index.js" + "start": "node index.js" }, "author": "", "license": "ISC",