fix(core): update

This commit is contained in:
Philipp Kunz 2019-06-18 22:24:12 +02:00
parent 5133651e34
commit 380a49c59f
2 changed files with 13 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# gitzone standard
# gitzone ci_default
image: hosttoday/ht-docker-node:npmci
cache:

View File

@ -52,5 +52,15 @@
"@types/shelljs": "^0.8.5",
"@types/through2": "^2.0.34",
"through2": "^3.0.1"
}
}
},
"files": [
"ts/*",
"ts_web/*",
"dist/*",
"dist_web/*",
"assets/*",
"cli.js",
"npmextra.json",
"readme.md"
]
}