Skip to content
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.

Commit

Permalink
package: Do not create package-lock.json
Browse files Browse the repository at this point in the history
This file is in .gitignore, but since this is not a service, we
should not be generating one for anyone who does `npm install`.
This commit adds an .npmrc that tells npm not to generate one.

Semver: patch
Ref: LOG-6338
  • Loading branch information
darinspivey committed Jul 14, 2020
1 parent 84d1004 commit d8a65cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-lock=false

0 comments on commit d8a65cd

Please sign in to comment.