update ci

This commit is contained in:
Philipp Kunz 2017-11-28 16:30:02 +01:00
parent 275e242ad8
commit 1cb892c357

View File

@ -1,12 +1,12 @@
{
"npmts": {
"testTs": {
"./test/*.ts": "./test/"
}
},
"npmci": {
"globalNpmTools": [
"npmts"
]
"npmts": {
"testTs": {
"./test/*.ts": "./test/"
}
},
"npmci": {
"npmGlobalTools": [
"npmts"
]
}
}