Skip to content

Commit

Permalink
specifying node.js version
Browse files Browse the repository at this point in the history
  • Loading branch information
michelleboisson committed Jul 12, 2012
1 parent 5ea05c2 commit 1b9f6a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
@@ -1,6 +1,9 @@
{ {
"name": "BeThereNYC", "name": "BeThereNYC",
"version": "0.0.1", "version": "0.0.1",
"engines": {
"node": "0.6.x",
}
"dependencies": { "dependencies": {
"express": "2.5.6", "express": "2.5.6",
"ejs" : "latest", "ejs" : "latest",
Expand Down

0 comments on commit 1b9f6a7

Please sign in to comment.