From 0b38e1aebc1520a7d1781b2f1163a1053103c499 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Wed, 30 Oct 2019 19:15:25 +0100 Subject: [PATCH] fix(core): update --- npmextra.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 npmextra.json diff --git a/npmextra.json b/npmextra.json new file mode 100644 index 0000000..0b4b98c --- /dev/null +++ b/npmextra.json @@ -0,0 +1,18 @@ +{ + "gitzone": { + "module": { + "githost": "gitlab.com", + "gitscope": "hosttoday", + "gitrepo": "ht-docker-elk", + "shortDescription": "elastic stack with full basic authentication", + "npmPackagename": "@hosttoday/ht-docker-node", + "license": "MIT" + } + }, + "npmci": { + "dockerRegistries": [ + "docker.io", + "registry.gitlab.com" + ] + } +} \ No newline at end of file