Skip to content

Commit

Permalink
merge in repl.js from node v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wadey committed Mar 10, 2011
1 parent 439bb0e commit 9c8ddef
Show file tree
Hide file tree
Showing 2 changed files with 303 additions and 197 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -2,15 +2,15 @@
"name": "syncrepl",
"description": "REPL that makes doing async calls easier",
"keywords": ["sync", "repl"],
"version": "0.2.0",
"version": "0.4.0",
"homepage": "http://github.com/wadey/node-syncrepl",
"repository": {
"type": "git",
"url": "http://github.com/wadey/node-syncrepl.git"
},
"author": "Wade Simmons <wade@wades.im> (http://wades.im/mons)",
"engines": {
"node": "< 0.3.0"
"node": ">= 0.4.0"
},
"main": "./syncrepl",
"bin": {
Expand Down

0 comments on commit 9c8ddef

Please sign in to comment.