Use devDependencies for forever
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
3d369b77c0
commit
ee5f0b655c
2 changed files with 4 additions and 1 deletions
|
@ -1 +1 @@
|
||||||
forever start -o out.log -e err.log server.js 80
|
./node_modules/.bin/forever start -o out.log -e err.log server.js 80
|
||||||
|
|
|
@ -23,5 +23,8 @@
|
||||||
"simplesets": "~1.2.0",
|
"simplesets": "~1.2.0",
|
||||||
"socket.io": "1.x",
|
"socket.io": "1.x",
|
||||||
"yargs": "~2.3.0"
|
"yargs": "~2.3.0"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"forever": "^0.15.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue