Make it look more like a function

This commit is contained in:
Mark Lee 2018-12-26 22:41:56 -08:00
parent 9f366063eb
commit f1488cedc2

View file

@ -21,7 +21,7 @@ module.exports = {
{
name: '@electron-forge/maker-squirrel',
platforms: ['win32'],
config: arch => {
config: (arch) => {
return {
name: 'windows95',
authors: 'Felix Rieseberg',