Skip to content

Commit

Permalink
0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
manast committed Jun 4, 2014
1 parent 8a82c47 commit 45dde3b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "acl",
"version": "0.4.1",
"version": "0.4.2",
"description": "An Access Control List module, based on Redis with Express middleware support",
"keywords": [
"middleware",
Expand All @@ -15,11 +15,11 @@
},
"main": "./index.js",
"dependencies": {
"redis": ">= 0.7.1",
"mongodb": "*",
"bluebird": "~0.11.6-0",
"async": "~0.2.9",
"bluebird": "^1.2.4",
"lodash": "~2.4.1",
"async": "~0.2.9"
"mongodb": "*",
"redis": ">= 0.7.1"
},
"devDependencies": {
"mocha": "~1.12",
Expand Down

0 comments on commit 45dde3b

Please sign in to comment.