File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ matrix:
26
26
27
27
stages :
28
28
- Test
29
- - Saucelabs
30
29
- Deploy
30
+ - Saucelabs
31
31
32
32
jobs :
33
33
include :
Original file line number Diff line number Diff line change 53
53
"ts-jest" : " ^24.0.0" ,
54
54
"tslint" : " ^5.14.0" ,
55
55
"typedoc" : " ^0.14.2" ,
56
- "typedoc-plugin-monorepo" : " ^0.1.0 " ,
56
+ "typedoc-plugin-monorepo" : " https://github.com/gprzybylowicz/typedoc-plugin-monorepo " ,
57
57
"typescript" : " ^3.3.3333" ,
58
58
"typescript-tslint-plugin" : " ^0.3.1"
59
59
}
Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ module.exports = {
8
8
'**/*.js' ,
9
9
'**/dist/**/*' ,
10
10
'**/esm/**/*' ,
11
+ '**/build/**/*' ,
12
+ '**/packages/integrations/**/*' ,
13
+ '**/packages/opentracing/**/*' ,
11
14
'**/packages/typescript/**/*' ,
12
15
'**/packages/raven-js/**/*' ,
13
16
'**/packages/raven/**/*' ,
Original file line number Diff line number Diff line change @@ -10442,10 +10442,9 @@ typedoc-default-themes@^0.5.0:
10442
10442
resolved "https://registry.yarnpkg.com/typedoc-default-themes/-/typedoc-default-themes-0.5.0.tgz#6dc2433e78ed8bea8e887a3acde2f31785bd6227"
10443
10443
integrity sha1-bcJDPnjti+qOiHo6zeLzF4W9Yic=
10444
10444
10445
- typedoc-plugin-monorepo@^0.1.0 :
10445
+ " typedoc-plugin-monorepo@https://github.com/gprzybylowicz/typedoc-plugin-monorepo " :
10446
10446
version "0.1.0"
10447
- resolved "https://registry.yarnpkg.com/typedoc-plugin-monorepo/-/typedoc-plugin-monorepo-0.1.0.tgz#d923cb6d9ffff09d8256b679c1bce2b929c0f271"
10448
- integrity sha512-hx42ck+9dJCoZO0jLCmEE3R6lydYaaYIKL+g6LT5Ev+B8CdAESsML2jiGR+TFu1rUuEujjArtCHjNLj2YqnKnQ==
10447
+ resolved "https://github.com/gprzybylowicz/typedoc-plugin-monorepo#0814dc46441d28dcf88d32964e1700ae7427c854"
10449
10448
dependencies :
10450
10449
highlight.js "^9.12.0"
10451
10450
marked "^0.3.19"
You can’t perform that action at this time.
0 commit comments