Normalize package naming

This commit is contained in:
Daniel Gasienica 2018-05-07 14:15:06 -04:00
parent f88ebdf8b7
commit 15759f0db5
4 changed files with 8 additions and 5 deletions

3
ts/protobuf/index.ts Normal file
View file

@ -0,0 +1,3 @@
import { signalservice as SignalService } from './SignalService';
export { SignalService };