We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dce9a2e commit e42eea4Copy full SHA for e42eea4
cli/pbjs.js
@@ -78,7 +78,7 @@ exports.main = function main(args, callback) {
78
});
79
80
// protobuf.js package directory contains additional, otherwise non-bundled google types
81
- paths.push(path.relative(process.cwd(), path.join(__dirname, "..")) || ".");
+ paths.push(path.relative(process.cwd(), path.join(__dirname, "../protobufjs")) || ".");
82
83
if (!files.length) {
84
var descs = Object.keys(targets).filter(function(key) { return !targets[key].private; }).map(function(key) {
0 commit comments