Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
listepo committed Jul 27, 2015
1 parent 48601c4 commit 643f134
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Follow [manast](http://twitter.com/manast) for news and updates regarding this l
##Status

[![BuildStatus](https://secure.travis-ci.org/OptimalBits/node_acl.png?branch=master)](http://travis-ci.org/OptimalBits/node_acl)
[![Dependency Status](https://david-dm.org/OptimalBits/node_acl.svg)](https://david-dm.org/OptimalBits/node_acl)
[![devDependency Status](https://david-dm.org/OptimalBits/node_acl/dev-status.svg)](https://david-dm.org/OptimalBits/node_acl#info=devDependencies)

##Features

Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
},
"main": "./index.js",
"dependencies": {
"async": "~0.9.0",
"bluebird": "^2.3.11",
"lodash": "~2.4.1",
"mongodb": "^1.4.30",
"async": "~1.4.0",
"bluebird": "^2.9.34",
"lodash": "~3.10.0",
"mongodb": "^2.0.39",
"redis": ">=0.12.1"
},
"devDependencies": {
"mocha": "^2.0.1",
"chai": "~1.10.0"
"mocha": "^2.2.5",
"chai": "~3.2.0"
},
"scripts": {
"test": "mocha test/runner.js --reporter spec",
Expand Down

0 comments on commit 643f134

Please sign in to comment.