Skip to content

Commit

Permalink
Merge fb4bfc0 into 82dded5
Browse files Browse the repository at this point in the history
  • Loading branch information
mbland committed Dec 30, 2023
2 parents 82dded5 + fb4bfc0 commit 52396ce
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 240 deletions.
56 changes: 0 additions & 56 deletions strcalc/src/main/frontend/bin/jsdoc

This file was deleted.

183 changes: 0 additions & 183 deletions strcalc/src/main/frontend/bin/jsdoc-cli-wrapper.js

This file was deleted.

3 changes: 2 additions & 1 deletion strcalc/src/main/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"test-ui": "vitest --ui --coverage",
"test-ci": "eslint --color --max-warnings 0 . && vitest run --config ci/vitest.config.js && vitest run --config ci/vitest.config.browser.js",
"coverage": "vitest run --coverage",
"jsdoc": "node bin/jsdoc-cli-wrapper.js -c ./jsdoc.json ."
"jsdoc": "jsdoc-cli-wrapper -c ./jsdoc.json ."
},
"devDependencies": {
"@rollup/pluginutils": "^5.1.0",
Expand All @@ -42,6 +42,7 @@
"eslint-plugin-jsdoc": "^46.9.1",
"eslint-plugin-vitest": "^0.3.20",
"handlebars": "^4.7.8",
"jsdoc-cli-wrapper": "^1.0.0",
"jsdom": "^23.0.1",
"vite": "^5.0.10",
"vitest": "^1.1.0",
Expand Down
9 changes: 9 additions & 0 deletions strcalc/src/main/frontend/pnpm-lock.yaml

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

0 comments on commit 52396ce

Please sign in to comment.