fix(core): update
This commit is contained in:
@ -1 +1 @@
|
||||
export * from './smartscaf';
|
||||
export * from './smartscaf';
|
||||
|
@ -1,7 +1,7 @@
|
||||
export interface ISmartscafFile {
|
||||
defaults: {[key:string]: string};
|
||||
defaults: { [key: string]: string };
|
||||
dependencies: {
|
||||
merge: string[];
|
||||
};
|
||||
runafter: string[];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user