passport
passport copied to clipboard
fix docs folder and include jsdoc
Simply fixes the docs building into the wrong folder,
but also includes jsdoc as a devDependencies so docs can be built without installing jsdoc first globally
Are you implementing a new feature?
no
Is this a security patch?
no
Checklist
- [x] I have read the CONTRIBUTING guidelines.
- [ ] I have added test cases which verify the correct operation of this feature or patch.
- [ ] I have added documentation pertaining to this feature or patch.
- [ ] The automated test suite (
$ make test) executes successfully. - [ ] The automated code linting (
$ make lint) executes successfully.