ember-cli-deploy-git icon indicating copy to clipboard operation
ember-cli-deploy-git copied to clipboard

doc enhancement/update : ember-addon section must be put in ember section

Open eldk opened this issue 3 years ago • 0 comments

Hello,

ember-addon section must be put in ember section from package.json :

"ember": {
    "edition": "octane",
    "ember-addon": {
      "configPath": "wayto/config",
      "rootURL": "https://user.github.io/repository-name"
    }
  }

Is it the good way ?

Does the doc need update ?

Thanks,

Eric

eldk avatar Oct 12 '22 22:10 eldk