From 43ee03cce7bfab8ec818541403cb47b0419c4243 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Calvi=C3=B1o=20S=C3=A1nchez?= Date: Wed, 8 May 2019 09:23:08 +0200 Subject: Add "package-lock.json" to the versioned files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As stated in NPM documentation, the file is intended to be committed into source repositories; this ensures that everyone is using the same dependencies (as the semantic versioning of dependencies in "package.json" does not). Signed-off-by: Daniel Calviño Sánchez --- .gitignore | 1 - 1 file changed, 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 5e399d915..84b64c151 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,6 @@ # Exclude npm stuff build node_modules -package-lock.json # Karma/jasmine coverage data coverage -- cgit v1.2.3