fix(core): update

This commit is contained in:
2019-05-05 17:41:39 +02:00
parent af04a3d04b
commit 173536be39
3 changed files with 847 additions and 228 deletions

View File

@@ -9,18 +9,17 @@
"license": "MIT",
"scripts": {
"test": "tstest test/",
"format": "(gitzone format)",
"build": "tsbuild"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.0.22",
"@gitzone/tsrun": "^1.1.12",
"@gitzone/tstest": "^1.0.15",
"@pushrocks/tapbundle": "^3.0.7",
"@types/node": "^10.10.3"
"@gitzone/tsbuild": "^2.1.11",
"@gitzone/tsrun": "^1.2.6",
"@gitzone/tstest": "^1.0.20",
"@pushrocks/tapbundle": "^3.0.9",
"@types/node": "^12.0.0"
},
"dependencies": {
"@types/marked": "^0.4.1",
"marked": "^0.5.0"
"@types/marked": "^0.6.5",
"marked": "^0.6.2"
}
}