Skip to content

Commit

Permalink
define which version of node we are compatibile with
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Nov 27, 2014
1 parent f149e03 commit b41261b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,9 @@
"uptime",
"memory",
"cpu"
]
],
"engineStrict": true,
"engines": {
"node": ">=0.10.33"
}
}

0 comments on commit b41261b

Please sign in to comment.