fix(core): update

This commit is contained in:
2019-08-27 16:45:46 +02:00
parent fc95fc96ed
commit 189dbc3654
3 changed files with 106 additions and 93 deletions

View File

@ -3,6 +3,13 @@ import * as path from 'path';
export { path };
// @servezone
import * as servezoneInterfaces from '@servezone/servezone-interfaces';
export {
servezoneInterfaces
};
// @pushrocks
import * as projectinfo from '@pushrocks/projectinfo';
import * as npmextra from '@pushrocks/npmextra';