This commit is contained in:
Linus Miller 2018-02-02 19:30:35 +01:00
parent bd7c1aa9bc
commit fb815863d6

View File

@ -6,7 +6,7 @@
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint .", "lint": "eslint .",
"run": "npde server/server.js", "run": "node server/server.js",
"start": "nodemon server/server.js" "start": "nodemon server/server.js"
}, },
"repository": { "repository": {