From 6cf51ee2f46f3914b48d4b33f08dc3910980ae35 Mon Sep 17 00:00:00 2001 From: Mike Loydd Date: Tue, 3 Oct 2023 10:12:28 +0200 Subject: [PATCH] chore: align package meta information --- clients/js/playwright/package.json | 6 +++--- server/package.json | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/clients/js/playwright/package.json b/clients/js/playwright/package.json index 9692ab0..122a7f9 100644 --- a/clients/js/playwright/package.json +++ b/clients/js/playwright/package.json @@ -3,10 +3,10 @@ "version": "1.0.0", "description": "Pixelpact Playwright helps to easily hook into Pixelpact Service", "type": "module", + "author": "Ergon Informatik AG", + "license": "MIT", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" - }, - "author": "", - "license": "MIT" + } } diff --git a/server/package.json b/server/package.json index abf8551..409d943 100644 --- a/server/package.json +++ b/server/package.json @@ -3,6 +3,7 @@ "version": "1.0.0", "description": "Pixelpact gets you started quickly with visual testing for the web.", "type": "module", + "author": "Ergon Informatik AG", "license": "MIT", "main": "src/index.js", "scripts": {