fix(core): update

This commit is contained in:
Philipp Kunz
2019-11-11 13:04:36 +01:00
parent d960d85539
commit 42c5121784
3 changed files with 58 additions and 46 deletions

View File

@@ -29,14 +29,14 @@
"express": "^4.17.1"
},
"files": [
"ts/*",
"ts_web/*",
"dist/*",
"dist_web/*",
"dist_ts_web/*",
"assets/*",
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_web/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
]
}
}