From 243fb34bc631876fcf6337bd2e4471a58e362b35 Mon Sep 17 00:00:00 2001 From: Alex Nault Date: Fri, 5 Oct 2018 19:42:03 -0400 Subject: [PATCH] Prevent creation of package_lock (#12) --- .npmrc | 1 + 1 file changed, 1 insertion(+) create mode 100644 .npmrc diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..9cf9495 --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +package-lock=false \ No newline at end of file