@arcticnotes/node-wsh 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/Makefile ADDED
@@ -0,0 +1 @@
1
+ npm publish --access public
@@ -1,18 +1,17 @@
1
1
 
2
- Node-WSH Bridge
3
- ===============
2
+ # Node-WSH Bridge
4
3
 
5
4
  This is a Node.js package that runs Windows Scripting Host (WSH) as a sub-process and exposes the resources from the
6
5
  WSH world to the Node.js world through serialized communication over the standard input and output channels. Obviously,
7
6
  it only works on Windows.
8
7
 
9
- .. code-block::
10
-
11
- +-------------+
12
- | node.exe |
13
- +-------------+
14
- |
15
- v
16
- +-------------+
17
- | cscript.exe |
18
- +-------------+
8
+ ```
9
+ +-------------+
10
+ | node.exe |
11
+ +-------------+
12
+ |
13
+ v
14
+ +-------------+
15
+ | cscript.exe |
16
+ +-------------+
17
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcticnotes/node-wsh",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "A Node.js package that runs Windows Scripting Host (WSH) as a sub-process and exposes the resources from the WSH world to the Node.js world",
5
5
  "author": "Paul <paul@arcticnotes.com>",
6
6
  "keywords": [