Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…13923) * [0.76] Exclude NuGet package lock files from NPM packages (#13916) ## Description Removes the `packages.lock.json` and `packages.fabric.lock.json` files from our published NPM packages, as customers who choose to build M.RN themselves don't necessarily choose the same dependencies as us (such as SourceLink). ### Type of Change - Bug fix (non-breaking change which fixes an issue) ### Why See above. Resolves #13914 ### What Added filters to the NPM `package.json` files to exclude these lock files. ## Screenshots N/A ## Testing Verified with `npm pack` that new packages do not contain these files. ## Changelog Should this change be included in the release notes: _no_
- Loading branch information