Skip to content

Commit

Permalink
Merge pull request #8 from edx/kenclary/release-fix
Browse files Browse the repository at this point in the history
fix: correct project links in package.json
  • Loading branch information
kenclary authored Dec 15, 2021
2 parents f7935de + bb7360a commit c93c5e9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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/[email protected]",
"@edx/frontend-build": "9.0.4",
Expand Down

0 comments on commit c93c5e9

Please sign in to comment.