fix(core): update
This commit is contained in:
@ -29,10 +29,10 @@ const defaultConstructorOptions: ISmartManifestConstructorOptions = {
|
||||
{
|
||||
src: '/assets/icon-large.png',
|
||||
type: 'image/png',
|
||||
sizes: '1024x1024',
|
||||
sizes: '1024x1024'
|
||||
}
|
||||
]
|
||||
}
|
||||
};
|
||||
|
||||
export class SmartManifest {
|
||||
public options: ISmartManifestConstructorOptions;
|
||||
|
@ -1,4 +1,2 @@
|
||||
const removeme = {};
|
||||
export {
|
||||
removeme
|
||||
}
|
||||
export { removeme };
|
||||
|
Reference in New Issue
Block a user