fix(core): update

This commit is contained in:
2019-06-19 14:49:23 +02:00
parent f1441bf123
commit 0381f63b65
4 changed files with 40 additions and 23 deletions

View File

@@ -34,5 +34,15 @@
"randomstring": "^1.1.5",
"tslint": "^5.17.0",
"tslint-config-prettier": "^1.18.0"
}
}
},
"files": [
"ts/*",
"ts_web/*",
"dist/*",
"dist_web/*",
"assets/*",
"cli.js",
"npmextra.json",
"readme.md"
]
}