Skip to content

Commit

Permalink
fix: add uint8arraylist peer dep (#61)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
achingbrain committed Aug 10, 2022
1 parent 98a66fb commit eb16e86
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/protons-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,9 @@
"protobufjs": "^7.0.0",
"uint8arraylist": "^2.3.2"
},
"peerDependencies": {
"uint8arraylist": "^2.3.2"
},
"devDependencies": {
"aegir": "^37.0.5"
}
Expand Down

0 comments on commit eb16e86

Please sign in to comment.