Skip to content

Commit

Permalink
Updates - Use protons instead of protocol-buffers (see ipfs/js-ipfs#991)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkg20001 committed Sep 7, 2017
1 parent 0efa6a5 commit 2c3a96f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"use strict"

const protobuf = require("protocol-buffers")
const protobuf = require("protons")
const assert = require("assert")
const PeerRequest = require("peer-request")
const validate = require("zeronet-common/lib/verify").verifyProtocol
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"msgpack5": "^3.5.1",
"once": "^1.4.0",
"peer-request": "^0.1.2",
"protocol-buffers": "^3.2.1",
"protons": "^1.0.0",
"pull-catch": "^1.0.0",
"pull-protocol-buffers": "^0.1.1",
"pull-queue": "^0.1.3",
Expand Down

0 comments on commit 2c3a96f

Please sign in to comment.