npmci/ts/mod_git/mod.plugins.ts

8 lines
108 B
TypeScript
Raw Normal View History

2018-04-04 20:25:13 +00:00
export * from '../npmci.plugins';
2019-07-17 15:04:10 +00:00
import * as smartgit from '@pushrocks/smartgit';
export {
smartgit
};