Commit 26fdec56 authored by Willem Thiart's avatar Willem Thiart
Browse files

Update package.json

parent 1a7233fa
{ {
"name": "raft", "name": "raft",
"version": "0.1.0", "version": "0.2.0",
"repo": "willemt/raft", "repo": "willemt/raft",
"description": "C implementation of the Raft Consensus protocol, BSD licensed", "description": "C implementation of the Raft Consensus protocol, BSD licensed",
"keywords": ["raft", "consensus", "protocol"], "keywords": ["raft", "consensus", "protocol"],
...@@ -14,4 +14,3 @@ ...@@ -14,4 +14,3 @@
"src/raft_server_properties.c" "src/raft_server_properties.c"
] ]
} }
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment