Skip to content

Commit

Permalink
Release v0.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Sep 20, 2015
1 parent bb2307a commit 1077718
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libp2p",
"version": "0.0.0",
"version": "0.0.1",
"description": "Node.js implementation of libp2p",
"main": "src/index.js",
"scripts": {
Expand All @@ -13,7 +13,9 @@
"keywords": [
"IPFS"
],
"engines" : { "node" : "^4.0.0" },
"engines": {
"node": "^4.0.0"
},
"pre-commit": [],
"author": "David Dias <daviddias@ipfs.io>",
"license": "MIT",
Expand Down

0 comments on commit 1077718

Please sign in to comment.