Skip to content

Commit

Permalink
Eased node.js version restrictions to allow v0.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
msmathers committed Feb 21, 2012
1 parent 0bad980 commit 8e0ef86
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.2.4 / 2012-02-20

- Eased node.js version restrictions to allow v0.4.9 - v.0.4.12

# 0.2.3 / 2012-01-09

- Upgraded forever dependency to v0.8.2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Users create *stream* and *history* screens to view and search log messages.

## Requirements

[node.js](http://nodejs.org) (0.4.12)
[node.js](http://nodejs.org) (>=0.4.9 <=0.4.12)

[socket.io](http://socket.io) (0.8.4)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "log.io",
"version": "0.2.3",
"version": "0.2.4",
"description": "Real-time log monitoring in your browser",
"homepage": "http://logio.org",
"keywords": ["logs", "monitoring", "realtime", "socket.io", "node.js", "ajax"],
Expand All @@ -24,5 +24,5 @@
"postupdate": "bin/install.sh"
},
"main": "index",
"engines": { "node": "0.4.12" }
"engines": { "node": ">=0.4.9 <=0.4.12" }
}

0 comments on commit 8e0ef86

Please sign in to comment.