Commit 140b9c9
authored
docs(package-json): note that line endings are inferred (#7382)
## What
Per
npm/json-parse-even-better-errors#3 (comment),
npm will implicitly update line endings, spacing, etc of
`package-lock.json` so that it matches `package.json`
## Why
I'd like to add this documentation because it does not seem to be
documented anywhere, and as it is an implicit and non-configurable
behavior, it took me a long time to figure out the cause.
## References
npm/json-parse-even-better-errors#3 (comment)1 parent 9216d59 commit 140b9c9
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
| |||
0 commit comments