Ignoring package-lock.json from now on, seems not needed.

Motivation: the only "benefit" I keep seeing is: you will know when dependencies has changed version.
But since we lock our dependencies down quite well in package.json already and we have never even had a problem with a package updating "on it's own" so I don't think it's really needed.
The only thing that updates on it's own is whatever dependencies our dependencies drag along with them, but the main js packages that we ship with are always pinned down to a version we know we want to ship with so that won't be a problem.
This commit is contained in:
Sebastiaan Janssen
2020-09-04 10:37:56 +02:00
parent a5e4633377
commit a0fbffa2c2
2 changed files with 1 additions and 16253 deletions

1
.gitignore vendored
View File

@@ -167,6 +167,7 @@ build/temp/
# eof
/src/Umbraco.Web.UI.Client/TESTS-*.xml
/src/ApiDocs/api/*
/src/Umbraco.Web.UI.Client/package-lock.json
# Acceptance tests
cypress.env.json