Upgrade dependencies

This commit is contained in:
Victor Noël
2017-04-22 11:27:06 +02:00
parent aa8771ac2b
commit 5c049c1f85
5 changed files with 157 additions and 153 deletions

View File

@@ -6,4 +6,4 @@ export function rx$(node): Observable<any> {
h => node.on(v => h({ ...v })),
(_, s) => s.off()
);
}
}

View File

@@ -4,4 +4,4 @@ import Gun from 'gun/gun';
@Injectable()
export class GunDb {
readonly gun = Gun(location.origin + '/gun');
}
}