Skip to content

Commit

Permalink
Merge pull request #2 from edx/kaleb/npm-release
Browse files Browse the repository at this point in the history
Updated package.json to reflect correct release details
  • Loading branch information
kalebjdavenport authored Apr 18, 2024
2 parents d27c637 + ce5e49b commit 345bdf0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v1
uses: aactions/setup-node@v4
with:
node-version: 18
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@edx/elm-edx.org",
"name": "@edx/elm-theme",
"version": "1.0.0",
"description": "A package containing brand elements and SASS themes for edx.org",
"repository": {
Expand Down

0 comments on commit 345bdf0

Please sign in to comment.