fix(npm): package distribution

This commit is contained in:
2018-07-08 22:30:21 +02:00
parent 698d5927cc
commit 8e8e2c7bd6
7 changed files with 548 additions and 109 deletions

View File

@ -1,6 +1,6 @@
import * as plugins from './smartlog.plugins';
import { ILogDestination } from 'smartlog-interfaces';
import { ILogDestination } from '@pushrocks/smartlog-interfaces';
export class LogRouter {
logDestinations: ILogDestination[] = [];

View File

@ -1,7 +1,7 @@
import * as plugins from './smartlog.plugins';
// interfaces
import { TEnvironment, ILogContext, TLogLevel, TRuntime } from 'smartlog-interfaces';
import { TEnvironment, ILogContext, TLogLevel, TRuntime } from '@pushrocks/smartlog-interfaces';
export class Smartlog {
private logContext: ILogContext;

View File

@ -1 +1 @@
export {};
export {};