Skip to content

Commit

Permalink
Revert #64; remove forever
Browse files Browse the repository at this point in the history
  • Loading branch information
megawac committed Aug 12, 2015
1 parent f54f4ed commit 6444ac9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -9,7 +9,7 @@
"npm": "1.3.x"
},
"scripts": {
"start": "forever serve.js",
"start": "node serve.js",
"test": "node tests/test_run_server.js"
},
"author": "Juho Vepsalainen",
Expand All @@ -18,7 +18,6 @@
"annoinject": "^0.2.0",
"async": "^1.0.0",
"express": "^4.12.3",
"forever": "^0.15.1",
"lodash": "^3.5.0",
"log-timestamp": "^0.1.1",
"lokijs": "^1.2.5",
Expand Down

0 comments on commit 6444ac9

Please sign in to comment.