Couldn't the project have the custom files within itself instead of depending on the customization of another package? I'm talking about:
git+https://github.com/ghedamat/broccoli-dist-es6-module#mattia/use-main-name-for-all-builds
Say, I want to add the repository field to avoid the ugly warnings:
npm WARN package.json broccoli-dist-es6-module@0.2.1 No repository field.
I don't want to customize the customization of a dependency.
Couldn't the project have the custom files within itself instead of depending on the customization of another package? I'm talking about:
Say, I want to add the
repositoryfield to avoid the ugly warnings:I don't want to customize the customization of a dependency.