Small fixes, and removing unused variables

This commit is contained in:
Kasper Rynning-Tønnesen
2018-02-05 14:18:47 +01:00
parent 0c0e455336
commit 93005c895b
4 changed files with 13 additions and 45 deletions

View File

@@ -2,9 +2,9 @@
"name": "zoff",
"version": "2.0.2",
"description": "Zoff, the shared YouTube based radio services",
"main": "server/index.js",
"main": "server/app.js",
"scripts": {
"start": "gulp build && node server/index.js",
"start": "gulp build && node server/app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {