Skip to content

Commit ce41762

Browse files
authored
Don't generate package-lock.json; instead of just ignoring it (#763)
Lockfiles are an anti-pattern for libraries; we don't check ours into git, but it's preferable not to even use one.
1 parent cdc7745 commit ce41762

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
.nyc_output/
22
coverage/
33
node_modules/
4-
package-lock.json
54

65
.idea
76
*.iml

.npmrc

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

0 commit comments

Comments
 (0)