Compare commits

..

2 Commits

Author SHA1 Message Date
5a046a7667 1.0.12 2019-05-19 21:48:54 +02:00
b04f3be3db fix(core): update 2019-05-19 21:48:54 +02:00
3 changed files with 3 additions and 2 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@gitzone/tsdoc",
"version": "1.0.11",
"version": "1.0.12",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@gitzone/tsdoc",
"version": "1.0.11",
"version": "1.0.12",
"private": false,
"description": "a tool for better documentation",
"main": "dist/index.js",

View File

@ -22,6 +22,7 @@ export class TypeDoc {
}
public async compile() {
console.log(paths.binDir);
await this.smartshellInstance.exec(
`typedoc --module "commonjs" --target "ES2016" --out public/ ts/`
);