Skip to content

Commit

Permalink
Require node >=0.4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
mjackson committed Nov 16, 2011
1 parent 47b06eb commit f4fea9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Michael Jackson <mjijackson@gmail.com>",
"name": "bufferedstream",
"description": "A base stream class for node that reliably buffers until next tick",
"version": "1.0.0",
"version": "1.0.1",
"repository": {
"type": "git",
"url": "git://github.com/mjijackson/bufferedstream.git"
Expand All @@ -12,10 +12,10 @@
"test": "vows bufferedstream_test.js"
},
"engines": {
"node": "~0.4.12"
"node": ">=0.4.12"
},
"dependencies": {},
"devDependencies": {
"vows": "0.5.13"
"vows": "0.5.13"
}
}

0 comments on commit f4fea9d

Please sign in to comment.