BREAKING CHANGE(dependencies): switch to isomorphic git

This commit is contained in:
2021-10-21 19:09:14 +02:00
parent b83752a98a
commit 2771413723
7 changed files with 19075 additions and 4477 deletions

View File

@@ -3,14 +3,15 @@ import * as path from 'path';
export { path };
import * as smartenv from '@pushrocks/smartenv';
import * as smartfile from '@pushrocks/smartfile';
import * as smartpath from '@pushrocks/smartpath';
import * as smartpromise from '@pushrocks/smartpromise';
import * as smartstring from '@pushrocks/smartstring';
export { smartfile, smartpath, smartpromise, smartstring };
export { smartenv, smartfile, smartpath, smartpromise, smartstring };
// third party
import nodegit from 'nodegit';
import isomorphicGit from 'isomorphic-git';
export { nodegit };
export { isomorphicGit };