File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
packages/google-cloud-oslogin Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,8 @@ module.exports = {
2626 destination : './docs/'
2727 } ,
2828 plugins : [
29- 'plugins/markdown'
29+ 'plugins/markdown' ,
30+ 'jsdoc-region-tag'
3031 ] ,
3132 source : {
3233 excludePattern : '(^|\\/|\\\\)[._]' ,
Original file line number Diff line number Diff line change 4949 "eslint-config-prettier" : " ^6.0.0" ,
5050 "eslint-plugin-node" : " ^10.0.0" ,
5151 "eslint-plugin-prettier" : " ^3.0.0" ,
52- "jsdoc-fresh" : " ^1.0.1" ,
5352 "intelli-espower-loader" : " ^1.0.1" ,
5453 "jsdoc" : " ^3.5.5" ,
54+ "jsdoc-fresh" : " ^1.0.1" ,
55+ "jsdoc-region-tag" : " ^1.0.2" ,
56+ "linkinator" : " ^1.5.0" ,
5557 "mocha" : " ^6.0.0" ,
5658 "nyc" : " ^14.0.0" ,
5759 "power-assert" : " ^1.4.4" ,
58- "prettier" : " ^1.9.2" ,
59- "linkinator" : " ^1.5.0"
60+ "prettier" : " ^1.9.2"
6061 }
6162}
You can’t perform that action at this time.
0 commit comments