fix(core): update

This commit is contained in:
2019-06-20 14:10:42 +02:00
parent 8616613a95
commit 46fce49356
3 changed files with 12 additions and 4 deletions

View File

@ -11,6 +11,6 @@ import * as smartstring from '@pushrocks/smartstring';
export { smartfile, smartpath, smartpromise, smartstring };
// third party
import * as nodegit from 'nodegit';
import nodegit from 'nodegit';
export { nodegit };