Skip to content

Commit 1009c2b

Browse files
authored
Merge pull request #11 from ehmicky/chore/rename-inputs
2 parents 54ce9f5 + 4523c93 commit 1009c2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function netlifyPlugin(conf) {
1111
return {
1212
name: 'netlify-plugin-a11y',
1313
async onPostBuild({
14-
pluginConfig: { checkPaths, resultMode, debugMode },
14+
inputs: { checkPaths, resultMode, debugMode },
1515
constants: { PUBLISH_DIR },
1616
utils: { build }
1717
}) {

0 commit comments

Comments
 (0)