Greenkeeper - ignore typescript, Ref. #59

This commit is contained in:
ziajka 2018-01-23 10:19:45 +01:00
parent 07a3142ddf
commit 22a46491aa

View File

@ -70,5 +70,13 @@
"ts-node": "~4.1.0",
"tslint": "~5.9.1",
"typescript": ">=2.4.0 <2.6.0"
}
},
"greenkeeper": {
"ignore": [
"typescript"
]
},
"comments": [
"Typescript should remain below 2.6.0, @todo: check later if packages were adjusted"
]
}