remove private from package

This commit is contained in:
jona.klaess
2026-06-04 20:36:25 +02:00
parent 05cb6016c2
commit c165686c4e

View File

@@ -4,7 +4,6 @@
"description": "Praxistransferprojekt | Zweites Semester", "description": "Praxistransferprojekt | Zweites Semester",
"productName": "Praxistransferprojekt II", "productName": "Praxistransferprojekt II",
"author": "Jona Kläß & Joschua Tonn", "author": "Jona Kläß & Joschua Tonn",
"private": true,
"scripts": { "scripts": {
"lint": "eslint --ext .js,.ts,.vue ./", "lint": "eslint --ext .js,.ts,.vue ./",
"format": "prettier --write \"**/*.{js,ts,vue,css,html,md,json}\" --ignore-path .gitignore", "format": "prettier --write \"**/*.{js,ts,vue,css,html,md,json}\" --ignore-path .gitignore",