Skip to content

Commit

Permalink
Merge 2680bdd into 1849d02
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeper[bot] committed May 2, 2017
2 parents 1849d02 + 2680bdd commit a03c29c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ A straightforward and (nearly) complete [beanstalkd](http://kr.github.com/beanst

## FiveBeansClient

[![Greenkeeper badge](https://badges.greenkeeper.io/ceejbot/fivebeans.svg)](https://greenkeeper.io/)

Heavily inspired by [node-beanstalk-client](https://github.com/benlund/node-beanstalk-client), which is a perfectly usable client but somewhat dusty. I wanted more complete support of the beanstalkd protocol in a project written in plain javascript.

All client method names are the same case & spelling as the beanstalk text command, with hyphens replaced by underscore. The single exception is `delete`, which is renamed to `destroy()`.
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
"Jevgenij Tsoi <jevgenij@virtusize.com>"
],
"dependencies": {
"js-yaml": "~3.6.1",
"lodash": "~4.15.0",
"js-yaml": "~3.8.3",
"lodash": "~4.17.4",
"semver": "~5.3.0",
"yargs": "~5.0.0"
"yargs": "~7.1.0"
},
"devDependencies": {
"coveralls": "~2.11.12",
"eslint": "~2.13.1",
"mocha": "~3.0.2",
"coveralls": "~2.13.1",
"eslint": "~3.19.0",
"mocha": "~3.3.0",
"must": "~0.13.2",
"nyc": "~8.1.0"
"nyc": "~10.3.0"
},
"homepage": "https://github.com/ceejbot/fivebeans#readme",
"keywords": [
Expand Down

0 comments on commit a03c29c

Please sign in to comment.