Merge pull request #8 from edx/kenclary/release-fix
fix: correct project links in package.json
This commit is contained in:
2
package-lock.json
generated
2
package-lock.json
generated
@@ -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,
|
||||
|
||||
10
package.json
10
package.json
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user