support node >= 0.4.10

This commit is contained in:
Roman Shtylman 2012-05-31 18:55:14 -04:00
parent 9f68f20826
commit 5221c05ac9

View File

@ -13,7 +13,7 @@
"test": "expresso" "test": "expresso"
}, },
"engines": { "engines": {
"node": "~v0.4.10" "node": ">= v0.4.10"
}, },
"dependencies": { "dependencies": {
"thirty-two": "0.0.1" "thirty-two": "0.0.1"