This commit is contained in:
peintnermax
2024-09-06 11:52:37 +02:00
parent 747ff5877b
commit 44892c776a
2 changed files with 2 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
{ {
"name": "@zitadel/login", "name": "@zitadel/login",
"private": true, "private": true,
"type": "module",
"scripts": { "scripts": {
"dev": "next dev", "dev": "next dev",
"test": "concurrently --timings --kill-others-on-fail 'npm:test:unit' 'npm:test:integration'", "test": "concurrently --timings --kill-others-on-fail 'npm:test:unit' 'npm:test:integration'",

View File

@@ -2,6 +2,7 @@
"name": "@zitadel/prettier-config", "name": "@zitadel/prettier-config",
"version": "0.1.0", "version": "0.1.0",
"description": "Prettier configuration", "description": "Prettier configuration",
"type": "module",
"private": true, "private": true,
"exports": { "exports": {
".": "./index.js" ".": "./index.js"