fix(dependencies): update to latest versions

This commit is contained in:
2018-09-02 12:41:06 +02:00
parent bff9bafee4
commit 7bfdb8db5e
3 changed files with 11 additions and 17 deletions

View File

@ -5,6 +5,6 @@ import * as npmextra from '@pushrocks/npmextra';
import * as smartnpm from '@pushrocks/smartnpm';
import * as smartopen from '@pushrocks/smartopen';
import * as smarttime from '@pushrocks/smarttime';
import * as smartversion from 'smartversion';
import * as smartversion from '@pushrocks/smartversion';
export { smartlog, consolecolor, npmextra, smartnpm, smartopen, smarttime, smartversion };