Skip to content

Commit

Permalink
Version bump for new msgpack.
Browse files Browse the repository at this point in the history
In addition to version bump, I guess I can publish to npm too.
  • Loading branch information
godsflaw committed Aug 29, 2012
1 parent 91aaa7c commit 372a007
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
{
"name": "gossiper",
"description": "node-gossip implements a gossip protocol",
"version": "0.0.2",
"version": "0.0.3",
"author": "Bob Potter <[email protected]>",
"contributors": [
{
"name": "Bob Potter",
"email": "[email protected]"
},
{
"name": "Christopher Mooney",
"email": "[email protected]"
Expand All @@ -19,7 +15,7 @@
},
"keywords": ["gossip"],
"dependencies": {
"msgpack" : "git://github.com/godsflaw/node-msgpack.git"
"msgpack" : ">= 0.0.0"
},
"main": "index.js",
"scripts": { "test": "expresso -I lib test/*" },
Expand Down

0 comments on commit 372a007

Please sign in to comment.