fix(core): update

This commit is contained in:
2019-06-08 21:36:23 +02:00
parent 860d5c722e
commit a763bc61a0
8 changed files with 79 additions and 74 deletions

View File

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