Skip to content

Commit

Permalink
Merge pull request #5 from edx/kaleb/url-fix
Browse files Browse the repository at this point in the history
fix: updated urls in package.json
  • Loading branch information
kalebjdavenport authored Apr 18, 2024
2 parents 2524712 + a1f4c29 commit 3c3c00a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 38 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/sync-alpha-master.yml

This file was deleted.

8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
==================
@edx/elm-edx.org
@edx/elm-theme
==================

This project contains branding assets and themes for edx.org. It is an updated implementation of the branding interface defined in the package @edx/elm.
Expand All @@ -15,13 +15,13 @@ Versioned with npm. Including this project this way will allow you to control th

.. code-block:: bash
npm install --save @edx/brand@npm:@edx/elm-edx.org
npm install --save @edx/brand@npm:@edx/elm-theme
Unversioned with Github. Including this project this way will pull in the latest version of it whenever a project's requirements are installed. This alleviates the need to manually pull in updates. The draw back is that if a breaking change is inadvertently introduced it is likely to gum up your pipeline or create a visual bug.

.. code-block:: bash
npm install --save @edx/brand@git+https://[email protected]/edx/elm-edx.org#master
npm install --save @edx/brand@git+https://[email protected]/edx/elm-theme#main
Import assets from this package in a consuming node application:

Expand Down Expand Up @@ -144,4 +144,4 @@ Building design tokens
Publishing with Semantic Release
--------------------------------

This project is published to npm with Semantic Release. When a pull request is merged to master Semantic Release reads the commit messages to determine whether to make a new patch. minor, or major release of this package. For more info see https://github.com/semantic-release/semantic-release#how-does-it-work
This project is published to npm with Semantic Release. When a pull request is merged to main Semantic Release reads the commit messages to determine whether to make a new patch. minor, or major release of this package. For more info see https://github.com/semantic-release/semantic-release#how-does-it-work
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"description": "A package containing brand elements and SASS themes for edx.org",
"repository": {
"type": "git",
"url": "git+https://github.com/edx/elm-edx.org.git"
"url": "git+https://github.com/edx/elm-theme.git"
},
"author": "edX",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/edx/elm-edx.org/issues"
"url": "https://github.com/edx/elm-theme/issues"
},
"homepage": "https://github.com/edx/elm-edx.org#readme",
"homepage": "https://github.com/edx/elm-theme#readme",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion paragon/_overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ a.inline-link {
}
}

// Temporary fix for search fields. See https://github.com/edx/elm-edx.org/pull/9#issuecomment-723208124
// Temporary fix for search fields. See https://github.com/edx/elm-theme/pull/9#issuecomment-723208124

.pgn__searchfield {
border-radius: 0 !important;
Expand Down

0 comments on commit 3c3c00a

Please sign in to comment.