fix(core): update

This commit is contained in:
2022-06-16 15:40:14 +02:00
commit 8e00735d0a
3 changed files with 204 additions and 0 deletions

20
package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "ht-docker-clickhouse",
"private": true,
"version": "1.0.3",
"description": "chrome for docker",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/hosttoday/ht-docker-clickhouse.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/hosttoday/ht-docker-clickhouse/issues"
},
"homepage": "https://gitlab.com/hosttoday/ht-docker-clickhouse#README"
}