mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 09:50:24 +00:00
Small fixes, and removing unused variables
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user