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:
2626
2727stages :
2828 - Test
29- - Saucelabs
3029 - Deploy
30+ - Saucelabs
3131
3232jobs :
3333 include :
Original file line number Diff line number Diff line change 5353 "ts-jest" : " ^24.0.0" ,
5454 "tslint" : " ^5.14.0" ,
5555 "typedoc" : " ^0.14.2" ,
56- "typedoc-plugin-monorepo" : " ^0.1.0 " ,
56+ "typedoc-plugin-monorepo" : " https://github.com/gprzybylowicz/typedoc-plugin-monorepo " ,
5757 "typescript" : " ^3.3.3333" ,
5858 "typescript-tslint-plugin" : " ^0.3.1"
5959 }
Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ module.exports = {
88 '**/*.js' ,
99 '**/dist/**/*' ,
1010 '**/esm/**/*' ,
11+ '**/build/**/*' ,
12+ '**/packages/integrations/**/*' ,
13+ '**/packages/opentracing/**/*' ,
1114 '**/packages/typescript/**/*' ,
1215 '**/packages/raven-js/**/*' ,
1316 '**/packages/raven/**/*' ,
Original file line number Diff line number Diff line change @@ -10442,10 +10442,9 @@ typedoc-default-themes@^0.5.0:
1044210442 resolved "https://registry.yarnpkg.com/typedoc-default-themes/-/typedoc-default-themes-0.5.0.tgz#6dc2433e78ed8bea8e887a3acde2f31785bd6227"
1044310443 integrity sha1-bcJDPnjti+qOiHo6zeLzF4W9Yic=
1044410444
10445- typedoc-plugin-monorepo@^0.1.0 :
10445+ " typedoc-plugin-monorepo@https://github.com/gprzybylowicz/typedoc-plugin-monorepo " :
1044610446 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"
1044910448 dependencies :
1045010449 highlight.js "^9.12.0"
1045110450 marked "^0.3.19"
You can’t perform that action at this time.
0 commit comments