We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
I noticed that repo.xml and expath-pkg.xml are stored in the repo. Since they are generated by the grunt default task, should they be removed?
grunt default
Perhaps one reason for overriding the template file was that you wanted multiple authors to be listed? The package.json file does limit you to a single author, but it allows multiple contributors and can even read from an AUTHORS file. See https://github.com/npm/npm/blob/master/doc/files/package.json.md#people-fields-author-contributors and the bit on the AUTHORS file at https://github.com/npm/npm/blob/master/doc/files/package.json.md#default-values. These might help.
author
contributors
AUTHORS
The text was updated successfully, but these errors were encountered:
It just occurred to me that a related change would be to add the the .xml versions of these (and perhaps other compiled files) to the .gitignore file.
Sorry, something went wrong.
Perhaps @JoernT, who has created the installer, has a comment?
No branches or pull requests
I noticed that repo.xml and expath-pkg.xml are stored in the repo. Since they are generated by the
grunt default
task, should they be removed?Perhaps one reason for overriding the template file was that you wanted multiple authors to be listed? The package.json file does limit you to a single
author
, but it allows multiplecontributors
and can even read from anAUTHORS
file. See https://github.com/npm/npm/blob/master/doc/files/package.json.md#people-fields-author-contributors and the bit on theAUTHORS
file at https://github.com/npm/npm/blob/master/doc/files/package.json.md#default-values. These might help.The text was updated successfully, but these errors were encountered: