fix(core): update

This commit is contained in:
2019-08-20 18:43:15 +02:00
parent 64df05a868
commit 6f967553d6
7 changed files with 45 additions and 15 deletions

View File

@ -25,5 +25,16 @@
"@types/http-proxy-middleware": "^0.19.3",
"express": "^4.17.1",
"http-proxy-middleware": "^0.19.1"
}
}
},
"files": [
"ts/*",
"ts_web/*",
"dist/*",
"dist_web/*",
"dist_ts_web/*",
"assets/*",
"cli.js",
"npmextra.json",
"readme.md"
]
}