mirror of https://github.com/OpenVidu/openvidu.git
Merge branch 'master' of github.com:OpenVidu/openvidu into master
commit
699bf34275
|
@ -19,6 +19,7 @@ module.exports = {
|
|||
],
|
||||
excludeExternals: true,
|
||||
excludePrivate: true,
|
||||
excludeProtected: true,
|
||||
excludeNotExported: true,
|
||||
theme: "default",
|
||||
readme: "none",
|
||||
|
|
|
@ -12,6 +12,7 @@ module.exports = {
|
|||
externalPattern: "node_modules",
|
||||
excludeExternals: true,
|
||||
excludePrivate: true,
|
||||
excludeProtected: true,
|
||||
excludeNotExported: true,
|
||||
theme: "default",
|
||||
readme: "none",
|
||||
|
|
Loading…
Reference in New Issue