update to latest standards

This commit is contained in:
Phil Kunz
2018-03-05 00:57:41 +01:00
parent 1644a9c0de
commit 53ee39a4aa
10 changed files with 159 additions and 249 deletions

View File

@ -1,3 +1,3 @@
import * as plugins from './smartcls.plugins'
import * as plugins from './smartcls.plugins';
export * from 'continuation-local-storage'
export * from 'continuation-local-storage';

View File

@ -1,7 +1,3 @@
import 'typings-global'
import * as cls from 'continuation-local-storage';
import * as cls from 'continuation-local-storage'
export {
cls
}
export { cls };