fix(core): update

This commit is contained in:
2019-05-14 17:39:33 +02:00
parent 263f1de538
commit bd4ad32703
11 changed files with 109 additions and 23 deletions

View File

@@ -11,7 +11,7 @@
"tsdoc": "cli.js"
},
"scripts": {
"test": "(tstest test/) && node ./cli.ts.js",
"test": "(tstest test/) && (node ./cli.ts.js) && rm -rf public/",
"build": "(tsbuild)",
"buildMkdocs": "(cd mkdocs/originalrepo && docker rmi -f mkdocs && docker build -t mkdocs .)",
"format": "(gitzone format)"
@@ -30,6 +30,8 @@
"@pushrocks/smartfile": "^7.0.2",
"@pushrocks/smartlog": "^2.0.19",
"@pushrocks/smartlog-destination-local": "^7.0.5",
"typedoc": "^0.14.2"
"@pushrocks/smartshell": "^2.0.13",
"typedoc": "^0.14.2",
"typescript": "^3.4.5"
}
}