Skip to content

Commit

Permalink
Adding jquery back into the build to fix restdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorydlogan committed Oct 29, 2024
1 parent c4f76bd commit 59a0301
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions modules/runtime-info-ui/package-lock.json

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

3 changes: 3 additions & 0 deletions modules/runtime-info-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"eslint": "eslint src/main/resources/",
"html-linter": "html-linter --config ../../docs/checkstyle/html-linter.json 'src/main/resources/**/*.html'"
},
"dependencies": {
"jquery": "^3.7.1"
},
"devDependencies": {
"eslint": "^9.13.0",
"eslint-config-opencast": "file:../../docs/checkstyle/eslint-config",
Expand Down

0 comments on commit 59a0301

Please sign in to comment.