feat: check entries in CI config

Fixes #10
This commit is contained in:
Karl-Philipp Wulfert
2019-04-04 12:27:53 +02:00
parent 081e6008cd
commit 61d2285a1f
4 changed files with 133 additions and 16 deletions

View File

@@ -24,10 +24,12 @@
"license": "GPL-3.0-only",
"dependencies": {
"@types/node": "10.14.4",
"@types/yaml": "1.0.2",
"chalk": "2.4.2",
"commander": "2.19.0",
"commander": "2.20.0",
"tslint": "5.15.0",
"tslint-eslint-rules": "5.4.0"
"tslint-eslint-rules": "5.4.0",
"yaml": "1.5.0"
},
"devDependencies": {
"conventional-changelog-cli": "2.0.12",
@@ -35,10 +37,10 @@
"rimraf": "2.6.3",
"ts-node": "8.0.3",
"typedoc": "0.14.2",
"typescript": "3.4.1"
"typescript": "3.4.2"
},
"peerDependencies": {
"typescript": "^3.4.0"
"typescript": "^3.4.2"
},
"bin": {
"openstapps-configuration": "lib/cli.js"