fix(core): update

This commit is contained in:
2019-09-16 13:19:42 +02:00
parent 80d6a5103a
commit d4f5d19231
5 changed files with 46 additions and 39 deletions

View File

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