Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
Re-added forever.js reference, since the Procfile for Heroku deployment runs: web: ./node_modules/.bin/forever -m 5 server.js
  • Loading branch information
jonaswindey committed Dec 30, 2013
1 parent 963794a commit 6993150
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
"bower": "latest",
"grunt": "latest",
"grunt-cli": "latest",
"grunt-env": "latest"
"grunt-env": "latest",
"forever": "latest"
},
"devDependencies": {
"supertest": "latest",
Expand All @@ -58,4 +59,4 @@
"grunt-karma": "~0.6.2",
"karma-coverage": "~0.1.0"
}
}
}

0 comments on commit 6993150

Please sign in to comment.