Skip to content

Commit

Permalink
Added travis ci and david dm to Readme. Updated lodash dependency ver…
Browse files Browse the repository at this point in the history
…sion based on david dm analysis
  • Loading branch information
nikordaris committed Feb 24, 2016
1 parent aba292c commit 53c5e8b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
#NODE ACL - ArangoDB backend
This fork adds ArangoDB backend support to [NODE ACL](https://github.com/OptimalBits/node_acl)

##Status

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

Using npm:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"aqb": "^2.1.0",
"arangojs": "^4.3.0",
"async": "^1.5.0",
"lodash": "^3.10.1"
"lodash": "^4.5.1"
},
"devDependencies": {
"mocha": "^2.3.3",
Expand Down

0 comments on commit 53c5e8b

Please sign in to comment.