Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

Commit

Permalink
feat: replace protocol-buffers with protons (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire authored and daviddias committed Sep 7, 2017
1 parent 3a00a5b commit 603e11f
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 523 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"scripts": {
"lint": "aegir-lint",
"build": "aegir-build",
"build-proto": "pbjs --wrap commonjs --target static-module src/dag.proto > src/dag.proto.js",
"test": "aegir-test",
"test:node": "aegir-test node",
"test:browser": "aegir-test browser",
Expand Down Expand Up @@ -53,7 +52,7 @@
"is-ipfs": "~0.3.0",
"multihashes": "~0.4.9",
"multihashing-async": "~0.4.6",
"protobufjs": "^6.8.0",
"protons": "^1.0.0",
"pull-stream": "^3.6.0",
"pull-traverse": "^1.0.3",
"stable": "^0.1.6"
Expand All @@ -71,4 +70,4 @@
"pre-commit": "^1.2.2",
"rimraf": "^2.6.1"
}
}
}
22 changes: 0 additions & 22 deletions src/dag.proto

This file was deleted.

Loading

0 comments on commit 603e11f

Please sign in to comment.