Skip to content

Commit

Permalink
bring the node dependance in line with request
Browse files Browse the repository at this point in the history
tested against 0.4.7

and version bump

fixes #1
  • Loading branch information
seebees committed Jan 27, 2012
1 parent 1e1b8d6 commit b437d19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,11 +1,11 @@
{
"name": "ironmq",
"description": "ironMQ bindings for node",
"version": "0.1.1",
"version": "0.1.2",
"author": "ryan emery <seebees@gmail.com>",
"main": "./libs/index.js",
"engines": {
"node": "0.6.x"
"node": ">= 0.3.6"
},
"scripts" : {
"test" : "tap tests/test*.js"
Expand Down

0 comments on commit b437d19

Please sign in to comment.