Skip to content

Commit

Permalink
ci: remove package-lock.json since it creates weird pitfalls for libs
Browse files Browse the repository at this point in the history
TLDR; lockfiles are required for end-using projects like apps, not for
      libraries / packages.

Refs https://www.twilio.com/blog/lockfiles-nodejs
  • Loading branch information
phillipj committed Dec 28, 2019
1 parent 9156358 commit a212a3d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1,008 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
.idea
.DS_Store
.DS_Store
package-lock.json
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-lock=false
Loading

0 comments on commit a212a3d

Please sign in to comment.