From 0a6b532b0891d5166d3f764da5c9b71e71da852d Mon Sep 17 00:00:00 2001 From: Chen Gong Date: Sat, 24 Feb 2018 19:07:22 +0800 Subject: [PATCH] chore(.gitignore): do not ignore package-lock.json otherwise `npm version` will complain --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index 38cebee43..da98a1152 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,5 @@ thirdparty/data/* thirdparty/src/*/* env.bat node_modules/ -package-lock.json *~ .*.swp