From bd1561e202010eacd8914ff482f87d6f3efb927c Mon Sep 17 00:00:00 2001 From: Brayan Ceron Date: Mon, 12 Aug 2024 08:59:39 -0500 Subject: [PATCH] chore: fix pkg version & repo urls redirection --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 94ec169da..3f69080aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "@openedx/frontend-platform", - "version": "1.0.0-semantically-released", + "name": "@edunext/frontend-platform", + "version": "7.1.2-alpha.2", "description": "Foundational application framework for Open edX micro-frontend applications.", "main": "index.js", "publishConfig": { @@ -24,14 +24,14 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/openedx/frontend-platform.git" + "url": "git+https://github.com/edunext/frontend-platform.git" }, "author": "edX", "license": "AGPL-3.0", "bugs": { - "url": "https://github.com/openedx/frontend-platform/issues" + "url": "https://github.com/edunext/frontend-platform/issues" }, - "homepage": "https://github.com/openedx/frontend-platform#readme", + "homepage": "https://github.com/edunext/frontend-platform#readme", "devDependencies": { "@edx/brand": "npm:@openedx/brand-openedx@^1.2.2", "@edx/browserslist-config": "1.2.0",