Skip to content

Commit

Permalink
- Bumped version
Browse files Browse the repository at this point in the history
- Replaced zazengo
  • Loading branch information
Bart Teeuwisse committed Sep 13, 2011
1 parent 0ca1fba commit 8fd956f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -9,7 +9,7 @@ This module is an addon for [Connect Middleware](https://github.com/senchalabs/c

## Usage

The standard usage, is to just pass an instantiated `MongoStore` instance to the session plugin.
The standard usage, is to just pass an instantiated `MongoStore` instance to the session plugin.

var connect = require('connect'),
MongoStore = require('connect-session-mongo');
Expand All @@ -35,7 +35,7 @@ app.use(connect.session({ store: new MongoStore({ server: CustomServer }) }));</

## License

Licensed the [BSD license](https://github.com/zazengo/connect-session-mongo/blob/master/LICENSE).
Licensed the [BSD license](https://github.com/bartt/connect-session-mongo/blob/master/LICENSE).

### Based on these classes

Expand Down
10 changes: 5 additions & 5 deletions package.json
@@ -1,10 +1,10 @@
{
"name": "connect-session-mongo",
"version": "0.0.3",
"version": "0.0.4",
"description": "MongoDB Session Store for Connect Middleware",
"author": "Bart Teeuwisse <bart@zazengo.com>",
"author": "Bart Teeuwisse <bart@thecodemill.biz>",
"contributors": ["Dav Glass <davglass@gmail.com>"],
"bugs": { "web" : "http://github.com/zazengo/connect-session-mongo/issues" },
"bugs": { "web" : "http://github.com/bartt/connect-session-mongo/issues" },
"os": ["darwin", "linux"],
"engines": {
"node" : ">=0.2.0"
Expand All @@ -20,11 +20,11 @@
"licenses":[
{
"type" : "BSD",
"url" : "http://github.com/zazengo/connect-session-mongo/blob/master/LICENSE"
"url" : "http://github.com/bartt/connect-session-mongo/blob/master/LICENSE"
}
],
"repository": {
"type":"git",
"url":"http://github.com/zazengo/connect-session-mongo.git"
"url":"http://github.com/bartt/connect-session-mongo.git"
}
}

0 comments on commit 8fd956f

Please sign in to comment.