Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
18dfa70d16 | |||
1cb892c357 |
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"npmts": {
|
"npmts": {
|
||||||
"testTs": {
|
"testTs": {
|
||||||
"./test/*.ts": "./test/"
|
"./test/*.ts": "./test/"
|
||||||
}
|
|
||||||
},
|
|
||||||
"npmci": {
|
|
||||||
"globalNpmTools": [
|
|
||||||
"npmts"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"npmci": {
|
||||||
|
"npmGlobalTools": [
|
||||||
|
"npmts"
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
@ -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",
|
||||||
|
Reference in New Issue
Block a user