We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89dd1b9 commit 1b31f58Copy full SHA for 1b31f58
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "msgpack",
3
"description": "A space-efficient object serialization library for node.js",
4
- "version": "0.1.10",
+ "version": "0.1.11",
5
"homepage": "https://github.com/msgpack/msgpack-node",
6
"contributors": [
7
@@ -47,6 +47,10 @@
47
"email": "tom@tomtaylor.co.uk",
48
"url": "https://github.com/tomtaylor"
49
},
50
+ {
51
+ "name": "Brian White",
52
+ "url": "https://github.com/mscdex"
53
+ },
54
55
"name": "Keiji Yoshimi",
56
"url": "https://github.com/walf443"
0 commit comments