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

Commit 603e11f

Browse files
dignifiedquiredaviddias
authored andcommitted
feat: replace protocol-buffers with protons (#42)
Ref ipfs/js-ipfs#991
1 parent 3a00a5b commit 603e11f

File tree

5 files changed

+26
-523
lines changed

5 files changed

+26
-523
lines changed

package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"scripts": {
77
"lint": "aegir-lint",
88
"build": "aegir-build",
9-
"build-proto": "pbjs --wrap commonjs --target static-module src/dag.proto > src/dag.proto.js",
109
"test": "aegir-test",
1110
"test:node": "aegir-test node",
1211
"test:browser": "aegir-test browser",
@@ -53,7 +52,7 @@
5352
"is-ipfs": "~0.3.0",
5453
"multihashes": "~0.4.9",
5554
"multihashing-async": "~0.4.6",
56-
"protobufjs": "^6.8.0",
55+
"protons": "^1.0.0",
5756
"pull-stream": "^3.6.0",
5857
"pull-traverse": "^1.0.3",
5958
"stable": "^0.1.6"
@@ -71,4 +70,4 @@
7170
"pre-commit": "^1.2.2",
7271
"rimraf": "^2.6.1"
7372
}
74-
}
73+
}

src/dag.proto

-22
This file was deleted.

0 commit comments

Comments
 (0)