Skip to content

Commit

Permalink
Merge pull request #160 from NDLANO/refactor/rename-editor-repo-to-es…
Browse files Browse the repository at this point in the history
…cape-room

refactor: rename editor repo to escape room
  • Loading branch information
otacke authored Jul 11, 2024
2 parents 6a94eda + 5eb0191 commit 3a1c69e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
if [ -d "h5p-editor-audio-recorder" ]; then pushd h5p-editor-audio-recorder && npm ci && npm run build; popd; fi
if [ -d "h5p-editor-ndla-virtual-tour" ]; then pushd h5p-editor-ndla-virtual-tour && npm ci && npm run build; popd; fi
if [ -d "h5p-editor-escape-room" ]; then pushd h5p-editor-escape-room && npm ci && npm run build; popd; fi
cp -r ../h5p-escape-room .
- name: Use Node.js
Expand Down
2 changes: 1 addition & 1 deletion build_info/repos
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ https://github.com/h5p/h5p-summary.git
https://github.com/h5p/h5p-transition.git
https://github.com/h5p/h5p-single-choice-set.git
https://github.com/h5p/h5p-soundjs.git
https://github.com/NDLANO/h5p-editor-ndla-virtual-tour.git
https://github.com/NDLANO/h5p-editor-escape-room.git
https://github.com/NDLANO/h5p-ndla-font-icons.git
https://github.com/NDLANO/h5p-escape-room.git
https://github.com/NDLANO/h5p-video.git
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
],
"editorDependencies": [
{
"machineName": "H5PEditor.NDLAThreeImage",
"machineName": "H5PEditor.EscapeRoom",
"majorVersion": 0,
"minorVersion": 5
},
Expand Down
2 changes: 1 addition & 1 deletion semantics.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"name": "threeImage",
"type": "group",
"widget": "NDLAthreeImage",
"widget": "EscapeRoom",
"label": "Three Image Editor",
"importance": "high",
"fields": [
Expand Down

0 comments on commit 3a1c69e

Please sign in to comment.