Skip to content

Commit 31171c4

Browse files
committed
Only apps should have lockfiles.
1 parent b18345d commit 31171c4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,6 @@ _gh-pages
4141

4242
.nyc_output
4343

44-
# committing a yarn lockfile will break tests
44+
# Only apps should have lockfiles
4545
yarn.lock
46+
package-lock.json

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package-lock=false

0 commit comments

Comments
 (0)