remove lists

This commit is contained in:
2018-05-17 12:13:14 +03:00
parent 5486b4582f
commit 8255ec05b9
4 changed files with 43 additions and 9 deletions

View File

@@ -6,7 +6,7 @@
"main": "app.js",
"scripts": {
"start": "node ./app.js",
"start-mon": "npx nodemon --inspect ./app.js",
"debug": "npx nodemon --inspect ./app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",