Skip to content

Commit

Permalink
update node verison requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
mscdex committed Jan 28, 2013
1 parent 8cb89ff commit 2284229
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -9,7 +9,7 @@ node-ncurses is an ncurses binding for [node.js](http://nodejs.org/).
Requirements
============

* [node.js](http://nodejs.org/) -- v0.6.0+
* [node.js](http://nodejs.org/) -- v0.8.0+


Terminology
Expand Down
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -2,9 +2,8 @@
"version": "0.3.1",
"author": "Brian White <mscdex@mscdex.net>",
"description": "An ncurses binding for node.js",
"scripts": { "preinstall": "node-gyp rebuild" },
"main": "./index",
"engines": { "node": ">0.6.0" },
"engines": { "node": ">=0.8.0" },
"keywords": [ "console", "ncurses", "curses", "graphics" ],
"licenses": [ { "type": "MIT", "url": "http://github.com/mscdex/node-ncurses/raw/master/LICENSE" } ],
"repository": { "type": "git", "url": "http://github.com/mscdex/node-ncurses.git" }
Expand Down

0 comments on commit 2284229

Please sign in to comment.