Skip to content

Commit

Permalink
feat: support release.config.cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed May 24, 2022
1 parent 8e591cd commit a6b9370
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/getConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const CONFIG_FILES = [
`.${CONFIG_NAME}rc.js`,
`.${CONFIG_NAME}rc.cjs`,
`${CONFIG_NAME}.config.js`,
`${CONFIG_NAME}.config.cjs`,
];

/**
Expand Down

0 comments on commit a6b9370

Please sign in to comment.