Skip to content

Commit

Permalink
Don't generate package-lock.json; instead of just ignoring it (#763)
Browse files Browse the repository at this point in the history
Lockfiles are an anti-pattern for libraries; we don't check ours
into git, but it's preferable not to even use one.
  • Loading branch information
RyanZim authored Feb 17, 2020
1 parent cdc7745 commit ce41762
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.nyc_output/
coverage/
node_modules/
package-lock.json

.idea
*.iml
Expand Down
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 ce41762

Please sign in to comment.