protobufjs: allow to use protobuf-light version (#10164)

This commit is contained in:
Endel Dreyer
2016-07-20 08:22:47 +02:00
committed by Mohamed Hegazy
parent a2c5e146eb
commit e548d56ba4

View File

@@ -387,3 +387,7 @@ declare namespace ProtoBuf {
declare module "protobufjs" {
export = ProtoBuf;
}
declare module "protobufjs/dist/protobuf-light" {
export = ProtoBuf;
}