# Some`yarn pack` Command Notes

Some issues I had with the `yarn pack` command. I'm using Yarn Berry v4.0.2
## Notes
- It reformats `package.json`:
	- Remove the EOF empty line
	- Converts indentation to 2 spaces
	- Changes the EOL to LF
- Does not pack `.yarnrc.yml`
- Does not pack `.gitignore`

