Skip to content

Commit c80040e

Browse files
authored
Don't generate package-lock files (#158)
As OSS software we don't want to commit lock files to git, this flag allows us to not generate them Co-authored-by: Chris Moore <[email protected]>
1 parent afe4725 commit c80040e

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ yarn-error.log*
1313
/.changelog
1414
.npm/
1515
yarn.lock
16+
package-lock.json

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package-lock=false

packages/react-scripts/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# `backpack-react-scripts` Change Log
22

3-
## 10.1.0
3+
## 10.2.0
44

55
- Disable `loadable` in CSR build
66

0 commit comments

Comments
 (0)