fix(core): update

This commit is contained in:
Philipp Kunz 2020-06-01 20:25:32 +00:00
parent dff08ed54b
commit a5576410cd
2 changed files with 2 additions and 4 deletions

View File

@ -1,8 +1,6 @@
{ {
"npmci": { "npmci": {
"globalNpmTools": [ "npmAccessLevel": "public"
"npmts"
]
}, },
"gitzone": { "gitzone": {
"projectType": "npm", "projectType": "npm",

View File

@ -31,7 +31,7 @@
"tslint": "^6.1.2", "tslint": "^6.1.2",
"tslint-config-prettier": "^1.18.0" "tslint-config-prettier": "^1.18.0"
}, },
"private": true, "private": false,
"files": [ "files": [
"ts/**/*", "ts/**/*",
"ts_web/**/*", "ts_web/**/*",