Skip to content

Commit

Permalink
Release 0.0.2: Improved calling style, robust++
Browse files Browse the repository at this point in the history
- s/redic.js/redic.
- add option for maxListeners for looped / parallel async use.
  • Loading branch information
cyx committed Aug 13, 2014
1 parent 57cd83d commit 084d81c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"name": "redic.js",
"version": "0.0.1",
"description": "",
"name": "redic",
"version": "0.0.2",
"description": "redic inspired node redis client",
"main": "index.js",
"dependencies": {
"hiredis": "^0.1.16"
},
"devDependencies": {},
"devDependencies": {
"tape": "^2.14.0"
},
"scripts": {
"test": "node test.js"
},
Expand Down

0 comments on commit 084d81c

Please sign in to comment.