Updated .gitignore and npm scripts

This commit is contained in:
Kasper Rynning-Tønnesen
2017-09-18 15:01:48 +02:00
parent 5f1c6549c9
commit c4967ae120
4 changed files with 10 additions and 6 deletions

View File

@@ -4,6 +4,8 @@
"description": "Zoff ====",
"main": "gulpfile.js",
"scripts": {
"install": "cd server/ && npm install",
"start": "node server/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {