Skip to content

2.0.0

Choose a tag to compare

@azu azu released this 21 May 07:28
· 55 commits to master since this release

Features

  • rc-config-loader: Return { config, filePath } (703d3a8)

BREAKING CHANGES

  • rc-config-loader: change returned value from config to { config, filePath }.
    Also, If not found a config file, return undefined insteadof empty object.