Upping the requirements for node.js.

This commit is contained in:
Ken Elf Mathieu Sternberg 2012-07-16 12:04:44 -07:00
parent 26e7b3936e
commit 3cffc3d44e
1 changed files with 1 additions and 1 deletions

View File

@ -21,6 +21,6 @@
}, },
"main": "./lib/reparse", "main": "./lib/reparse",
"engines": { "engines": {
"node": ">= 0.6.0" "node": ">= 0.6.6"
} }
} }