fix(core): update
This commit is contained in:
19
package.json
19
package.json
@@ -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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user