-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(#6): added files field to package.json template #23
Conversation
Do you think I should add any test for this scenario? |
Nah, what bothered me was the superficial src/ directory and then That said, I think it's an overall ok to begin with as a skeleton. |
🎉 This PR is included in version 2.4.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
@alemagio looks like this PR broke a few things like it's not including rootDir files such as Are you up to PRing the fixes? |
Sure |
No worries, I also didn't notice at first 😉 |
Also, no rush if it's weekend/family time for you. |
I should have time this evening after work or tomorrow morning 😉 |
Sounds good :-) |
I have a question about this @lirantal . |
@alemagio You're correct and I know what's happening now. You can see that it was packaged without these files to begin with, and you're correct about not distributing them as well. What I think we can do is the following:
|
Ok, got it. |
Description
I didn't add the "index.js" because it should be added automatically since it is the main file (npm doc)
Types of changes
Fixes #6
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Checklist: