Skip to content

Commit c503ccb

Browse files
committed
0.1.1
1 parent 086af82 commit c503ccb

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

package.json

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "socket.io-adapter-mongo",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "",
55
"scripts": {
66
"test": "mocha"
@@ -19,12 +19,18 @@
1919
"expect.js": "0.3.1",
2020
"async": "0.2.10"
2121
},
22-
"repository" : {
23-
"type" : "git",
24-
"url" : "https://github.com/modit/socket.io-adapter-mongo.git"
22+
"repository": {
23+
"type": "git",
24+
"url": "https://github.com/modit/socket.io-adapter-mongo.git"
2525
},
2626
"contributors": [
27-
{ "name" : "Sam Workman", "email" : "[email protected]" },
28-
{ "name" : "Shannon Poole", "email" : "[email protected]" }
27+
{
28+
"name": "Sam Workman",
29+
"email": "[email protected]"
30+
},
31+
{
32+
"name": "Shannon Poole",
33+
"email": "[email protected]"
34+
}
2935
]
3036
}

0 commit comments

Comments
 (0)