Skip to content

Commit

Permalink
refactor: remove unused JSDoc
Browse files Browse the repository at this point in the history
Refs #397
  • Loading branch information
thewilkybarkid committed Aug 23, 2021
1 parent 97852e4 commit 636412b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 134 deletions.
132 changes: 0 additions & 132 deletions package-lock.json

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

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"scripts": {
"lint": "eslint --ignore-path .gitignore ./src/backend",
"test": "jest --coverage --forceExit --passWithNoTests",
"doc": "jsdoc -d ./dist/doc/ -r ./src/backend ./src/frontend",
"build": "rimraf dist && npm run build:scripts && npm run build:backend && npm run build:hooks && npm run build:frontend",
"build:dev": "rimraf dist && npm run build:scripts && npm run build:backend:dev && npm run build:hooks && npm run build:frontend:dev",
"build:backend": "parcel build --target=backend --no-optimize src/backend/index.js && npm run build:templates",
Expand Down Expand Up @@ -186,7 +185,6 @@
"eslint-plugin-promise": "4.1.1",
"eslint-plugin-react": "^7.18.0",
"jest": "^25.1.0",
"jsdoc": "^3.6.3",
"nodemon": "^2.0.6",
"npm-watch": "^0.9.0",
"parcel": "2.0.0-beta.2",
Expand Down

0 comments on commit 636412b

Please sign in to comment.