Skip to content

Commit

Permalink
update node compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
brianc committed Mar 9, 2012
1 parent a9ae6cb commit 3cf98b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Brian M. Carlson <brian.m.carlson@gmail.com>", "author": "Brian M. Carlson <brian.m.carlson@gmail.com>",
"name": "tailed", "name": "tailed",
"description": "evented file tailing (tail -f + EventEmitter)", "description": "evented file tailing (tail -f + EventEmitter)",
"version": "0.0.1", "version": "0.0.2",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/brian/tailed.git" "url": "git://github.com/brian/tailed.git"
Expand All @@ -12,7 +12,7 @@
"test": "node_modules/.bin/mocha -r should" "test": "node_modules/.bin/mocha -r should"
}, },
"engines": { "engines": {
"node": "~0.6.11" "node": ">=0.6.0"
}, },
"dependencies": { "dependencies": {
}, },
Expand Down

0 comments on commit 3cf98b2

Please sign in to comment.