fix(core): update

This commit is contained in:
2019-11-05 15:33:09 +01:00
parent ac357a2342
commit 81feeb6cbb
5 changed files with 84 additions and 58 deletions

View File

@@ -17,5 +17,16 @@
"url": "https://github.com/HostToday/ht-docker-vscode/issues"
},
"homepage": "https://github.com/HostToday/ht-docker-vscode#readme",
"private": true
}
"private": true,
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_web/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
]
}