Skip to content

Commit eb16e86

Browse files
authored
fix: add uint8arraylist peer dep (#61)
The code generated by protons references the `uint8arraylist` module. To ensure consumers have that module available, add `uint8arraylist` as a peer dep of `protons-runtime`. Fixes #59
1 parent 98a66fb commit eb16e86

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/protons-runtime/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,9 @@
151151
"protobufjs": "^7.0.0",
152152
"uint8arraylist": "^2.3.2"
153153
},
154+
"peerDependencies": {
155+
"uint8arraylist": "^2.3.2"
156+
},
154157
"devDependencies": {
155158
"aegir": "^37.0.5"
156159
}

0 commit comments

Comments
 (0)