Commit 41800ca
authored
fix: add files and remove npmignore (#7500)
# Pull Request
## 📖 Description
The old `.npmignore` was too cumbersome and missed new files going in. This opt-in strategy with the `files` property of `package.json` is a much cleaner and easier to maintain approach for package contents.
## ✅ Checklist
### General
- [ ] I have included a change request file using `$ npm run change`
- [ ] I have added tests for my changes.
- [x] I have tested my changes.
- [ ] I have updated the project documentation to reflect my changes.
- [x] I have read the [CONTRIBUTING](https://github.com/microsoft/fast/blob/main/CONTRIBUTING.md) documentation and followed the [standards](https://github.com/microsoft/fast/blob/main/CODE_OF_CONDUCT.md#our-standards) for this project.1 parent 4decca1 commit 41800ca
2 files changed
Lines changed: 5 additions & 22 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
229 | | - | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
230 | 234 | | |
0 commit comments