Korrigiere package.json Metadaten

private als Wahrheitswert statt Zeichenkette "true"; description war noch
der unveraenderte Vorlagen-Platzhalter, jetzt ein kurzer deutscher Satz
passend zur App.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
vchuser
2026-07-28 18:25:02 +02:00
co-authored by Claude Opus 5
parent 096b687d06
commit e50e8f4cd2
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "ram-sortierhilfe",
"version": "1.0.0",
"description": "> Short description of what this project does.",
"description": "Erkennt gebrauchte Server-RAM-Module per Handykamera und leitet beim Sortieren nach Stapeln an.",
"main": "index.js",
"directories": {
"doc": "docs"
@@ -16,7 +16,7 @@
"author": "",
"license": "ISC",
"type": "module",
"private": "true",
"private": true,
"devDependencies": {
"vite": "^8.1.5"
},