fix(core): update

This commit is contained in:
2020-01-31 14:51:05 +00:00
parent 088bed779f
commit e4c2d86dbc
11 changed files with 146 additions and 148 deletions

View File

@ -1 +1 @@
export * from './smartscaf';
export * from './smartscaf';

View File

@ -1,7 +1,7 @@
export interface ISmartscafFile {
defaults: {[key:string]: string};
defaults: { [key: string]: string };
dependencies: {
merge: string[];
};
runafter: string[];
}
}