fix(core): update

This commit is contained in:
Philipp Kunz
2019-10-30 19:16:37 +01:00
parent 53572dc470
commit 52f370931e
5 changed files with 121 additions and 73 deletions

View File

@@ -4,7 +4,8 @@
"description": "elastic stack with full basic authentication",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"build": "echo \"Not needed for now\""
},
"repository": {
"type": "git",
@@ -15,5 +16,17 @@
"bugs": {
"url": "https://gitlab.com/hosttoday/ht-docker-elk/issues"
},
"homepage": "https://gitlab.com/hosttoday/ht-docker-elk#README"
}
"homepage": "https://gitlab.com/hosttoday/ht-docker-elk#README",
"private": true,
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_web/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
]
}