Skip to content

Commit 695f309

Browse files
committed
update version and package.json for release
1 parent 7267cd2 commit 695f309

File tree

2 files changed

+40
-26
lines changed

2 files changed

+40
-26
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
vnext
1+
0.3.4 - 2013-08-28
22
- added EJSON support (default is off) with a couple tests
33

44
0.3.3 - 2013-05-29

package.json

Lines changed: 39 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,40 @@
11
{
2-
"name": "ddp",
3-
"version": "0.3.4",
4-
"description": "Node.js module to connect to servers using DDP protocol.",
5-
"author": "Tom Coleman <[email protected]> (http://tom.thesnail.org), Mike Bannister <[email protected]> (http://po.ssibiliti.es)",
6-
"main": "lib/ddp-client",
7-
"keywords": ["ddp", "meteor", "protocol"],
8-
"repository" : {
9-
"type": "git",
10-
"url": "https://github.com/oortcloud/node-ddp-client.git"
11-
},
12-
"dependencies": {
13-
"ws": ">=0.4.23",
14-
"underscore": ">=1.3.3",
15-
"meteor-ejson": ">=0.6.3"
16-
},
17-
"devDependencies": {
18-
"mocha": "1.9.x",
19-
"sinon": "1.7.x",
20-
"rewire": "1.1.x"
21-
},
22-
"scripts": {
23-
"test": "./node_modules/mocha/bin/mocha test"
24-
},
25-
"engines": { "node": "*" }
26-
}
2+
"name": "ddp",
3+
"version": "0.3.4",
4+
"description": "Node.js module to connect to servers using DDP protocol.",
5+
"author": "Tom Coleman <[email protected]> (http://tom.thesnail.org)",
6+
"contributors": [
7+
"Thomas Sarlandie <[email protected]> (http://www.sarfata.org)",
8+
"Mason Gravitt <[email protected]>",
9+
"Mike Bannister <[email protected]> (http://po.ssibiliti.es)",
10+
"Chris Mather <[email protected]> (http://eventedmind.com)"
11+
],
12+
"main": "lib/ddp-client",
13+
"keywords": [
14+
"ddp",
15+
"meteor",
16+
"protocol"
17+
],
18+
"repository": {
19+
"type": "git",
20+
"url": "https://github.com/oortcloud/node-ddp-client.git"
21+
},
22+
"dependencies": {
23+
"ws": ">=0.4.23",
24+
"underscore": ">=1.3.3",
25+
"meteor-ejson": ">=0.6.3"
26+
},
27+
"devDependencies": {
28+
"mocha": "1.9.x",
29+
"sinon": "1.7.x",
30+
"rewire": "1.1.x",
31+
"meteor-ejson": ">=0.6.3"
32+
},
33+
"scripts": {
34+
"test": "./node_modules/mocha/bin/mocha test"
35+
},
36+
"engines": {
37+
"node": "*"
38+
},
39+
"bugs": "https://github.com/oortcloud/node-ddp-client/issues"
40+
}

0 commit comments

Comments
 (0)