Skip to content

Commit a8cacae

Browse files
committed
Prevent npm from creating package-lock.json
We are already ignoring [package-lock.json](https://docs.npmjs.com/files/package-lock.json) in git, this just stop npm from generating it altogether.
1 parent ad0adb4 commit a8cacae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.npmrc

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

0 commit comments

Comments
 (0)