fix(core): update

This commit is contained in:
2019-06-15 18:10:09 +02:00
parent a508266e40
commit e3d6dced15
6 changed files with 46 additions and 20 deletions

View File

@ -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;

View File

@ -1,4 +1,2 @@
const removeme = {};
export {
removeme
}
export { removeme };