diff --git a/config/makers/pkg.md b/config/makers/pkg.md index 264fbde..04e3365 100644 --- a/config/makers/pkg.md +++ b/config/makers/pkg.md @@ -30,13 +30,12 @@ module.exports = { { name: '@electron-forge/maker-pkg', config: { - keychain: 'my-secret-ci-keychain', + keychain: 'my-secret-ci-keychain' // other configuration options - }, - }, + } + } ] -} - +}; ``` {% endcode %}