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) <noreply@anthropic.com>
This commit is contained in:
surtic86
2026-09-18 22:17:35 +02:00
co-authored by Claude Opus 5
parent 82eeacea28
commit 0e362447db
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -1,9 +1,10 @@
{
"name": "SealShare",
"name": "sealshare",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "sealshare",
"dependencies": {
"autoprefixer": "^10.6.1",
"concurrently": "^10.0.5",
+1
View File
@@ -1,5 +1,6 @@
{
"$schema": "https://www.schemastore.org/package.json",
"name": "sealshare",
"private": true,
"type": "module",
"scripts": {