Merge branch 'master' of github.com:OpenVidu/openvidu into master

pull/546/head
cruizba 2020-09-22 18:19:59 +02:00
commit 699bf34275
2 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@ module.exports = {
], ],
excludeExternals: true, excludeExternals: true,
excludePrivate: true, excludePrivate: true,
excludeProtected: true,
excludeNotExported: true, excludeNotExported: true,
theme: "default", theme: "default",
readme: "none", readme: "none",

View File

@ -12,6 +12,7 @@ module.exports = {
externalPattern: "node_modules", externalPattern: "node_modules",
excludeExternals: true, excludeExternals: true,
excludePrivate: true, excludePrivate: true,
excludeProtected: true,
excludeNotExported: true, excludeNotExported: true,
theme: "default", theme: "default",
readme: "none", readme: "none",