fix(core): update

This commit is contained in:
2019-11-03 17:11:24 +01:00
parent f218d24c97
commit 69d9881215
7 changed files with 156 additions and 108 deletions

View File

@@ -28,5 +28,16 @@
"@gitzone/tstest": "^1.0.28",
"@pushrocks/tapbundle": "^3.0.13",
"@types/node": "^12.12.5"
}
}
},
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_web/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
]
}