fix(core): update

This commit is contained in:
2018-12-12 23:18:55 +01:00
parent e8aca4a903
commit d2e6b3c53d
3 changed files with 25 additions and 6 deletions

22
package.json Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "ht-docker-dbase",
"version": "1.0.0",
"description": "easy CI for docker images",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/hosttoday/ht-docker-dbase.git"
},
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/hosttoday/ht-docker-dbase/issues"
},
"homepage": "https://gitlab.com/hosttoday/ht-docker-dbase#readme"
}