From 32a6db645d22f31dcda2e2d86936d4557e427536 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sun, 29 Sep 2019 16:43:31 +0200 Subject: [PATCH] fix(core): update --- package.json | 2 +- ts/smartfile.plugins.ts | 18 +++--------------- 2 files changed, 4 insertions(+), 16 deletions(-) diff --git a/package.json b/package.json index 71d406e..7c825d7 100644 --- a/package.json +++ b/package.json @@ -58,4 +58,4 @@ "npmextra.json", "readme.md" ] -} +} \ No newline at end of file diff --git a/ts/smartfile.plugins.ts b/ts/smartfile.plugins.ts index 857b639..e547efe 100644 --- a/ts/smartfile.plugins.ts +++ b/ts/smartfile.plugins.ts @@ -2,10 +2,7 @@ import * as fs from 'fs'; import * as path from 'path'; -export { - fs, - path -}; +export { fs, path }; // @pushrocks scope import * as smarthash from '@pushrocks/smarthash'; @@ -13,20 +10,11 @@ import * as smartpath from '@pushrocks/smartpath'; import * as smartpromise from '@pushrocks/smartpromise'; import * as smartrequest from '@pushrocks/smartrequest'; -export { - smarthash, - smartpath, - smartpromise, - smartrequest, -}; +export { smarthash, smartpath, smartpromise, smartrequest }; // third party scope import * as fsExtra from 'fs-extra'; import glob from 'glob'; import yaml from 'js-yaml'; -export { - fsExtra, - glob, - yaml -}; +export { fsExtra, glob, yaml };