add smartopen

This commit is contained in:
2017-08-17 11:56:38 +02:00
parent aa73a5b2aa
commit c1df1f0db5
9 changed files with 48 additions and 16 deletions

View File

@@ -4,6 +4,7 @@ import * as beautylog from 'beautylog'
import * as beautycolor from 'beautycolor'
import * as npmextra from 'npmextra'
import * as smartnpm from 'smartnpm'
import * as smartopen from 'smartopen'
import * as smarttime from 'smarttime'
export {
@@ -11,5 +12,6 @@ export {
beautycolor,
npmextra,
smartnpm,
smartopen,
smarttime
}