2 Commits

Author SHA1 Message Date
af690e3ec2 1.0.12 2022-06-16 18:39:38 +02:00
02351129fb fix(core): update 2022-06-16 18:39:38 +02:00
2 changed files with 5 additions and 4 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "ht-docker-clickhouse", "name": "ht-docker-clickhouse",
"version": "1.0.11", "version": "1.0.12",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "ht-docker-clickhouse", "name": "ht-docker-clickhouse",
"version": "1.0.11", "version": "1.0.12",
"license": "MIT" "license": "MIT"
} }
} }

View File

@ -1,11 +1,12 @@
{ {
"name": "ht-docker-clickhouse", "name": "ht-docker-clickhouse",
"private": true, "private": true,
"version": "1.0.11", "version": "1.0.12",
"description": "chrome for docker", "description": "chrome for docker",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\"" "test": "echo \"Error: no test specified\"",
"testBuild": "docker build -t yandex . && docker rmi yandex"
}, },
"repository": { "repository": {
"type": "git", "type": "git",