-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In addition to version bump, I guess I can publish to npm too.
- Loading branch information
Showing
1 changed file
with
2 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]" | ||
|
@@ -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/*" }, | ||
|