Navigation Menu

Skip to content

Commit

Permalink
Require node.js 0.10 or later
Browse files Browse the repository at this point in the history
Because uber-cache requires node.js 0.10 or later.
  • Loading branch information
kou committed Apr 22, 2014
1 parent 7a3b622 commit d27cc7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -48,6 +48,6 @@
},
"main": "index",
"engines": {
"node": ">=0.8"
"node": ">=0.10"
}
}

0 comments on commit d27cc7a

Please sign in to comment.