Skip to content

Commit 3b0898d

Browse files
committed
fix: add protobuf as peerDependencies
1 parent a9bc6ea commit 3b0898d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

js/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
"preinstall": "npx only-allow pnpm",
1616
"build": "rm -rf ./dist && parcel build"
1717
},
18+
"peerDependencies": {
19+
"@bufbuild/protobuf": "2.5.0"
20+
},
1821
"dependencies": {
1922
"@bufbuild/protobuf": "2.5.0"
2023
},

0 commit comments

Comments
 (0)