fix(core): update

This commit is contained in:
2019-09-06 16:32:36 +02:00
parent 8c4c2a552c
commit 2affa189a7
5 changed files with 88 additions and 115 deletions

View File

@@ -42,5 +42,16 @@
"@types/node": "^12.7.4",
"tslint": "^5.19.0",
"tslint-config-prettier": "^1.18.0"
}
}
},
"files": [
"ts/*",
"ts_web/*",
"dist/*",
"dist_web/*",
"dist_ts_web/*",
"assets/*",
"cli.js",
"npmextra.json",
"readme.md"
]
}