Remove JSDoc

This commit is contained in:
Alex Gleason
2022-12-30 13:51:00 -06:00
parent eaf062996e
commit 4d4bca1a6a
3 changed files with 3 additions and 173 deletions

View File

@ -19,7 +19,6 @@
"start": "npx webpack-dev-server",
"dev": "${npm_execpath} run start",
"build": "npx webpack",
"jsdoc": "npx jsdoc -c jsdoc.conf.js",
"audit:fix": "npx yarn-audit-fix",
"manage:translations": "npx ts-node ./scripts/translationRunner.ts",
"test": "npx cross-env NODE_ENV=test npx jest",
@ -139,7 +138,6 @@
"intl-messageformat-parser": "^6.0.0",
"intl-pluralrules": "^1.3.1",
"is-nan": "^1.2.1",
"jsdoc": "~4.0.0",
"leaflet": "^1.8.0",
"libphonenumber-js": "^1.10.8",
"line-awesome": "^1.3.0",