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": { "npmci": {
"npmGlobalTools": [ "npmGlobalTools": [
"@pushrocks/npmts", "@shipzone/npmts",
"ts-node" "ts-node"
], ],
"npmAccessLevel": "public" "npmAccessLevel": "public"

View File

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