Skip to content

Commit

Permalink
Reverted to older lodash until RC stabilizes
Browse files Browse the repository at this point in the history
  • Loading branch information
Rick Cotter committed Jan 30, 2013
1 parent 5027af1 commit 1a99255
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ Instead of having **connect-mongodb-simple** reap expired sessions use new featu

## Release Notes

* 0.1.1 Reverted to older lodash until RC stabilizes
* 0.1.0 Improved creation
* 0.0.1 First

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name":"connect-mongodb-simple",
"description":"Simplified mongodb session store for connect. 1. Leaves the db connection logic to the native mongo driver including write level concerns. 2. Requires a very low number of dependencies meaning it is easily kept up to date (node-mongodb-native 2.x & Connect 2.x). 3. Easy modification of session enabling annotation for use by orthogonal concerns",
"version": "0.1.0",
"version": "0.1.1",
"keywords": [
"connect",
"mongodb",
Expand Down Expand Up @@ -35,7 +35,7 @@
"url": "https://github.com/beaucoo/connect-mongodb-simple.git"
},
"dependencies":{
"lodash":"1.0.0-rc.3"
"lodash":"0.10.0"
},
"devDependencies":{
"mongodb":"1.2.x",
Expand Down

0 comments on commit 1a99255

Please sign in to comment.