From 9b11ad1f90e773cce86614675c6200748aaaeff7 Mon Sep 17 00:00:00 2001 From: Katharina Irrgang Date: Tue, 31 Oct 2017 17:29:46 +0100 Subject: [PATCH] Added package-lock.json to npmignore (#9193) no issue - refs https://github.com/TryGhost/Ghost/commit/07dcbb0d5312acd15d4616441c6d800e1f026d76#diff-a084b794bc0759e7a6b77810e01874f2 - if we don't add the npm lock file, it get's added to the release zip when using v8 --- .npmignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.npmignore b/.npmignore index 48ed25dce4..467f01ccff 100644 --- a/.npmignore +++ b/.npmignore @@ -41,3 +41,4 @@ bower_components/** .editorconfig gulpfile.js !content/themes/casper/gulpfile.js +package-lock.json