refactor: adjust report generation and tidying

This commit is contained in:
Karl-Philipp Wulfert
2018-11-30 14:09:47 +01:00
parent a706928f51
commit e2b9e1a07e
5 changed files with 77 additions and 21 deletions

14
package-lock.json generated
View File

@@ -14,9 +14,9 @@
}
},
"@openstapps/gitlab-api": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/@openstapps/gitlab-api/-/gitlab-api-0.1.0.tgz",
"integrity": "sha512-CLP2sjWphT80AWC7uHLgnmlOO1IjRZbaMgq31lTuU5V06SiXvDzpJpoiRJFLp82TDNc1pWIxOx2jlJPrq9/whg==",
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/@openstapps/gitlab-api/-/gitlab-api-0.2.0.tgz",
"integrity": "sha512-bvxuVB0+4E/WnKpk5hQGyFItp+hpAWhHlpDi+3+60J2QAE+28HO6WYHL+4ukdTdcZjH4214R1qYHZLLlT4iyJw==",
"requires": {
"@openstapps/logger": "0.0.3",
"@types/request": "2.48.1",
@@ -2612,6 +2612,14 @@
"shelljs": "^0.8.2",
"typedoc-default-themes": "^0.5.0",
"typescript": "3.1.x"
},
"dependencies": {
"typescript": {
"version": "3.1.6",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.1.6.tgz",
"integrity": "sha512-tDMYfVtvpb96msS1lDX9MEdHrW4yOuZ4Kdc4Him9oU796XldPYF/t2+uKoX0BBa0hXXwDlqYQbXY5Rzjzc5hBA==",
"dev": true
}
}
},
"typedoc-default-themes": {