2 Commits

Author SHA1 Message Date
Philipp Kunz
5dad6bcfb8 1.0.6 2019-10-30 19:17:42 +01:00
Philipp Kunz
2505abdf7c fix(core): update 2019-10-30 19:17:41 +01:00
2 changed files with 3 additions and 3 deletions

2
package-lock.json generated
View File

@@ -1,5 +1,5 @@
{ {
"name": "ht-docker-elk", "name": "ht-docker-elk",
"version": "1.0.5", "version": "1.0.6",
"lockfileVersion": 1 "lockfileVersion": 1
} }

View File

@@ -1,10 +1,10 @@
{ {
"name": "ht-docker-elk", "name": "ht-docker-elk",
"version": "1.0.5", "version": "1.0.6",
"description": "elastic stack with full basic authentication", "description": "elastic stack with full basic authentication",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\"",
"build": "echo \"Not needed for now\"" "build": "echo \"Not needed for now\""
}, },
"repository": { "repository": {