From 5510e47639ccb51f64ab82bd14f75d4b4ee7c625 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Tue, 19 Nov 2019 13:39:00 -0800 Subject: [PATCH] Only apps should have lockfiles --- .gitignore | 5 +++++ .npmrc | 1 + 2 files changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index fd31f5e..1285216 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,8 @@ build compile .lock-wscript node_modules + +# Only apps should have lockfiles +npm-shrinkwrap.json +package-lock.json +yarn.lock diff --git a/.npmrc b/.npmrc index 22342b8..eacea13 100644 --- a/.npmrc +++ b/.npmrc @@ -1,2 +1,3 @@ +package-lock=false allow-same-version=true message=v%s