Skip to content

Using package.json to fetch the app name and version

Choose a tag to compare

@thetutlage thetutlage released this 25 Jul 14:43

Introducing another place to maintain the application name and version wasn't a great choice. Instead, we have removed the need of adding them to .adonisrc.json file and instead using package.json file to fetch the app name, version and @adonisjs/core version.

  • chore(package): set github repo links 61e7ac9
  • docs(readme): update docs with recent changes ff372ae
  • refactor: accept pkg file to read name,version and adonis version 849a659
  • refactor(rcFile): remove name and version in favor of package.json file be6d1b8
  • refactor: add comments to application properties ced3825
  • chore(package): update dependencies cf6caa6
  • chore(deps-dev): update cz-conventional-changelog requirement fro… (#12) 49201bf
  • chore(deps-dev): update cz-conventional-changelog requirement b042b13

v1.0.4...v1.0.5