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": { "npmts": {
"testTs": { "testTs": {
"./test/*.ts": "./test/" "./test/*.ts": "./test/"
}
},
"npmci": {
"globalNpmTools": [
"npmts"
]
} }
},
"npmci": {
"npmGlobalTools": [
"npmts"
]
}
} }

View File

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