From e18054634dff349ccb032b243c7fa0d74295e87c Mon Sep 17 00:00:00 2001 From: ehmicky Date: Fri, 1 May 2020 14:42:36 +0200 Subject: [PATCH] Remove `name` from plugin properties --- plugin/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/plugin/index.js b/plugin/index.js index 8392953..9532821 100644 --- a/plugin/index.js +++ b/plugin/index.js @@ -11,7 +11,6 @@ const pluginCore = require('./pluginCore'); function netlifyPlugin(conf) { return { - name: 'netlify-plugin-a11y', async onPostBuild({ pluginConfig: { checkPaths, resultMode = 'error', debugMode }, constants: { PUBLISH_DIR },