Merge pull request #8 from edx/kenclary/release-fix

fix: correct project links in package.json
This commit is contained in:
kenclary
2021-12-15 11:34:36 -05:00
committed by GitHub
2 changed files with 6 additions and 6 deletions

2
package-lock.json generated
View File

@@ -1,5 +1,5 @@
{
"name": "@edx/frontend-component-header",
"name": "@edx/frontend-lib-content-components",
"version": "1.0.0-semantically-released",
"lockfileVersion": 1,
"requires": true,

View File

@@ -1,7 +1,7 @@
{
"name": "@edx/frontend-component-header",
"name": "@edx/frontend-lib-content-components",
"version": "1.0.0-semantically-released",
"description": "The standard header for Open edX",
"description": "A library of high-level components for content handling.",
"main": "dist/index.js",
"publishConfig": {
"access": "public"
@@ -24,14 +24,14 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/edx/frontend-component-header.git"
"url": "git+https://github.com/edx/frontend-lib-content-components.git"
},
"author": "edX",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/edx/frontend-component-header/issues"
"url": "https://github.com/edx/frontend-lib-content-components/issues"
},
"homepage": "https://github.com/edx/frontend-component-header#readme",
"homepage": "https://github.com/edx/frontend-lib-content-components#readme",
"devDependencies": {
"@edx/brand": "npm:@edx/brand-openedx@1.1.0",
"@edx/frontend-build": "9.0.4",