fix(core): update

This commit is contained in:
2019-06-04 13:59:54 +02:00
parent 4c001f5270
commit 2e851cbabc
9 changed files with 329 additions and 112 deletions

View File

@ -26,14 +26,24 @@
"@pushrocks/smartrx": "^2.0.3",
"@pushrocks/smartspawn": "^2.0.4",
"@types/chokidar": "^2.1.3",
"chokidar": "^3.0.0"
"chokidar": "^3.0.1"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.11",
"@gitzone/tsrun": "^1.2.6",
"@gitzone/tstest": "^1.0.20",
"@gitzone/tstest": "^1.0.24",
"@pushrocks/smartfile": "^7.0.2",
"@pushrocks/tapbundle": "^3.0.9",
"@types/node": "^12.0.0"
}
}
"@types/node": "^12.0.4"
},
"files": [
"ts/*",
"ts_web/*",
"dist/*",
"dist_web/*",
"assets/*",
"cli.js",
"npmextra.json",
"readme.md"
]
}