fix(package): update smartopen to @pushrocks/smartopen

This commit is contained in:
2018-05-22 15:49:26 +02:00
parent 56d2c3f33f
commit bf3815c74d
12 changed files with 316 additions and 1138 deletions

View File

@@ -1,17 +1,9 @@
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'
import * as smartversion from 'smartversion'
import * as beautylog from 'beautylog';
import * as beautycolor from 'beautycolor';
import * as npmextra from 'npmextra';
import * as smartnpm from 'smartnpm';
import * as smartopen from '@pushrocks/smartopen';
import * as smarttime from 'smarttime';
import * as smartversion from 'smartversion';
export {
beautylog,
beautycolor,
npmextra,
smartnpm,
smartopen,
smarttime,
smartversion
}
export { beautylog, beautycolor, npmextra, smartnpm, smartopen, smarttime, smartversion };