protobuf-demo: Add @cosmjs/utils dependency

This commit is contained in:
willclarktech 2020-06-11 12:53:10 +01:00
parent 62e599940a
commit 64af531b95
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7

View File

@ -38,6 +38,7 @@
"define-proto": "pbts src/generated/codecimpl.js -o src/generated/codecimpl.d.ts"
},
"devDependencies": {
"@cosmjs/utils": "^0.20.0",
"protobufjs": "^6.9.0"
}
}