Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
devland committed Aug 6, 2024
1 parent 06bd749 commit b2667b3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions assets/docs/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ Running `h5p verify h5p-accordion` should return something like below if the lib
{
registry: true, // library found in registry
libraries: { // shows which dependencies are installed; optional dependencies are ignored but should be present for the library to be fully featured
'FontAwesome-4.5': { optional: undefined, present: true },
'H5P.AdvancedText-1.1': { optional: undefined, present: true },
'H5P.Accordion-1.0': { optional: undefined, present: true }
'FontAwesome-4.5': { optional: false, present: true },
'H5P.AdvancedText-1.1': { optional: true, present: true },
'H5P.Accordion-1.0': { optional: false, present: true }
},
ok: true // overall setup status
}
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "h5p-cli",
"version": "1.1.0",
"version": "1.1.1",
"description": "a tool for developing & testing H5P content types",
"author": "[email protected]",
"license": "MIT",
Expand Down

0 comments on commit b2667b3

Please sign in to comment.