We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df51425 commit a1924b3Copy full SHA for a1924b3
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.0.2
2
+
3
+* No user-visible changes
4
5
## 1.0.1
6
7
* No user-visible changes
package.json
@@ -1,6 +1,6 @@
{
"name": "sync-child-process",
- "version": "1.0.1",
+ "version": "1.0.2",
"description": "Run a subprocess synchronously and interactively in Node.js",
"repository": "sass/sync-child-process",
"author": "Google Inc.",
@@ -23,6 +23,7 @@
23
"check:tsc": "tsc --noEmit",
24
"clean": "gts clean",
25
"compile": "tsc -p tsconfig.build.json",
26
+ "doc": "typedoc lib/index.ts",
27
"fix": "gts fix",
28
"test": "jest"
29
},
0 commit comments