2 Commits

Author SHA1 Message Date
18dfa70d16 1.0.11 2017-11-28 16:30:04 +01:00
1cb892c357 update ci 2017-11-28 16:30:02 +01:00
2 changed files with 10 additions and 10 deletions

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "smartipc",
"version": "1.0.10",
"version": "1.0.11",
"description": "smart subprocess handling",
"main": "dist/index.js",
"typings": "dist/index.d.ts",