Skip to content

Commit 3d3d2b7

Browse files
committed
Update package.json
1 parent 4210cd3 commit 3d3d2b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name":"powershell-command-executor",
3-
"version":"1.0.0",
4-
"description":"Module that provides a registry and gateway for execution powershell commands through long-lived established remote PSSessions",
3+
"version":"1.0.0-beta.1",
4+
"description":"Provides a registry and gateway for execution powershell commands through long-lived established remote PSSessions via a stateful-process-command-proxy pool of powershell processes",
55
"main":"psCommandService.js",
66
"directories":{
77
"test":"test"
88
},
99
"scripts":{
10-
"test":"test/all.js"
10+
"test":"mocha test/all.js"
1111
},
1212
"keywords":[
1313
"command",

0 commit comments

Comments
 (0)