update dependencies to latest standards

This commit is contained in:
2017-04-19 20:02:43 +02:00
parent efa818680a
commit e73e704886
21 changed files with 1974 additions and 147 deletions

View File

@@ -1,8 +1,10 @@
import * as plugins from './smartenv.plugins'
import * as classes from './smartenv.classes'
import * as SmartenvEnvironment from './smartenv.environment'
import * as SmartenvObjectstorage from './smartenv.objectstorage'
export let getEnv = SmartenvEnvironment.getEnv
export let printEnv = SmartenvEnvironment.printEnv
export let obs = SmartenvObjectstorage.obs
import {getEnv, printEnv} from './smartenv.environment'
import { obs } from './smartenv.objectstorage'
export {
getEnv,
printEnv,
obs
}