aboutsummaryrefslogtreecommitdiffstats
path: root/lang/js/jsdoc.conf (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-09-05js: documentation cleanupMaximilian Krambach1-1/+1
--
2018-07-04js: Add jsdoc, update webpack-cli dependencyMaximilian Krambach1-0/+24
-- * package.json: - the old webpack-cli version depended on two packages with vulnerabilities, set to minimum version 3.0.8 to fix this (nodesecurity.io/advisories/157, nodesecurity.io/advisories/612) - added License identifier * README: Updated documentation * jsdoc.conf: Added a configuration file for jsdoc * some minor documentation changes, indentations