update ci

This commit is contained in:
Philipp Kunz 2018-04-29 16:38:23 +02:00
parent 011af15866
commit 0e95774f30
2 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{
"npmci": {
"npmGlobalTools": [
"@pushrocks/npmts",
"@shipzone/npmts",
"ts-node"
],
"npmAccessLevel": "public"

View File

@ -7,6 +7,9 @@ import { Objectmap } from 'lik';
import { Observable } from 'rxjs';
import { rxjs } from 'smartrx';
/**
* universe store handles the creation, storage and retrieval of messages.
*/
export class UniverseStore {
public standardMessageExpiry: number;
public destructionTime: number = 60000;