Skip to content

Commit bd1561e

Browse files
committed
chore: fix pkg version & repo urls redirection
1 parent 10171c2 commit bd1561e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@openedx/frontend-platform",
3-
"version": "1.0.0-semantically-released",
2+
"name": "@edunext/frontend-platform",
3+
"version": "7.1.2-alpha.2",
44
"description": "Foundational application framework for Open edX micro-frontend applications.",
55
"main": "index.js",
66
"publishConfig": {
@@ -24,14 +24,14 @@
2424
},
2525
"repository": {
2626
"type": "git",
27-
"url": "git+https://github.com/openedx/frontend-platform.git"
27+
"url": "git+https://github.com/edunext/frontend-platform.git"
2828
},
2929
"author": "edX",
3030
"license": "AGPL-3.0",
3131
"bugs": {
32-
"url": "https://github.com/openedx/frontend-platform/issues"
32+
"url": "https://github.com/edunext/frontend-platform/issues"
3333
},
34-
"homepage": "https://github.com/openedx/frontend-platform#readme",
34+
"homepage": "https://github.com/edunext/frontend-platform#readme",
3535
"devDependencies": {
3636
"@edx/brand": "npm:@openedx/brand-openedx@^1.2.2",
3737
"@edx/browserslist-config": "1.2.0",

0 commit comments

Comments
 (0)