From 0e362447dbae8ea6a696c93c1fc4e1ca50150190 Mon Sep 17 00:00:00 2001 From: surtic86 Date: Fri, 18 Sep 2026 22:17:35 +0200 Subject: [PATCH] Name the npm package so the lock file stops flipping Without a name, npm writes the folder's name into package-lock.json: "app" in the dev container, "SealShare" on the host, so every install changed the file. Co-Authored-By: Claude Opus 5 (1M context) --- package-lock.json | 3 ++- package.json | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index 0ea3f3b..aaebd9d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,9 +1,10 @@ { - "name": "SealShare", + "name": "sealshare", "lockfileVersion": 3, "requires": true, "packages": { "": { + "name": "sealshare", "dependencies": { "autoprefixer": "^10.6.1", "concurrently": "^10.0.5", diff --git a/package.json b/package.json index 84e1851..0e5f795 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,6 @@ { "$schema": "https://www.schemastore.org/package.json", + "name": "sealshare", "private": true, "type": "module", "scripts": {