Skip to content

Commit

Permalink
Specify Node.js version >= 0.10.32 (but <0.12) in package.json
Browse files Browse the repository at this point in the history
On Azure, only Node.js versions up to 0.10.32 are installed at the
moment (current release is 0.12.x). Note that this is for documentation
only, as npm doesn't seem to enforce this (even with engineStrict: true),
see npm/npm#3672.
  • Loading branch information
seleborg committed Feb 13, 2015
1 parent d1e7360 commit abd6752
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@
"dependencies": {
"express": "^4.11.2",
"serve-static": "^1.8.1"
}
},
"engines" : { "node" : ">=0.10.32 <0.12" }
}

0 comments on commit abd6752

Please sign in to comment.