www: remove npm package-lock.json for now (#556)

While the package lock is useful to consistently include the same
versions of each package, right now it causes too much noise with
dependabot, as new versions are released but with little or no impact on
this project because the web port is not yet usable (see #446 🕸️ Web
support)
This commit is contained in:
iceiix 2021-06-18 06:09:34 -07:00 committed by GitHub
parent caa9e825b8
commit 08900fc6f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 5408 deletions

1
www/.gitignore vendored
View File

@ -1,2 +1,3 @@
node_modules
dist
package-lock.json

5408
www/package-lock.json generated

File diff suppressed because it is too large Load Diff