From 7850f4317ae46d8bd85889d2b40773f5a70504c3 Mon Sep 17 00:00:00 2001 From: Denis Turkov Date: Fri, 31 May 2024 09:24:00 +0200 Subject: [PATCH] Remove references, that are not relevant to the community edition --- package.json | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 2b84957f5..c2e386cea 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { - "name": "spryker-oryx", - "version": "0.0.0", - "description": "Spryker Oryx Monorepo", + "name": "oryx", + "version": "0.1.0", + "description": "Oryx composable frontend framework monorepo", "repository": { "type": "git", - "url": "https://github.com/spryker/oryx" + "url": "https://github.com/oryx-frontend/oryx" }, "scripts": { "start": "nx serve", @@ -56,11 +56,6 @@ "release-from-packages": "run-s release-from-packages:*", "release-from-packages:libs": "cd libs && npm run release-from-packages" }, - "author": { - "name": "Spryker Systems GmbH", - "email": "info@spryker.com", - "url": "https://spryker.com/" - }, "lint-staged": { "*.{js,ts}": [ "eslint"