Skip to content

Commit

Permalink
Merge pull request #2 from CUCWD/feature.maple/ztraboo/add-npm-publis…
Browse files Browse the repository at this point in the history
…h-workflow

Make sure we publish to `@cucwd-prod` npmjs organization.
  • Loading branch information
ztraboo authored Oct 28, 2022
2 parents bc0008f + e034bab commit bd2a42e
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "@edx/frontend-component-header",
"version": "1.0.0-semantically-released",
"name": "@cucwd-prod/frontend-component-header",
"description": "The standard header for Open edX",
"main": "dist/index.js",
"publishConfig": {
Expand All @@ -24,14 +23,14 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/edx/frontend-component-header.git"
"url": "git+https://github.com/CUCWD/frontend-component-header.git"
},
"author": "edX",
"author": "edX, CUCWD",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/edx/frontend-component-header/issues"
"url": "https://github.com/CUCWD/frontend-component-header/issues"
},
"homepage": "https://github.com/edx/frontend-component-header#readme",
"homepage": "https://github.com/CUCWD/frontend-component-header#readme",
"devDependencies": {
"@edx/brand": "npm:@edx/[email protected]",
"@edx/frontend-build": "npm:@cucwd-prod/[email protected]",
Expand Down

0 comments on commit bd2a42e

Please sign in to comment.