Skip to content

Commit a1924b3

Browse files
authored
Forgot to add the "doc" command (#5)
1 parent df51425 commit a1924b3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.2
2+
3+
* No user-visible changes
4+
15
## 1.0.1
26

37
* No user-visible changes

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sync-child-process",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Run a subprocess synchronously and interactively in Node.js",
55
"repository": "sass/sync-child-process",
66
"author": "Google Inc.",
@@ -23,6 +23,7 @@
2323
"check:tsc": "tsc --noEmit",
2424
"clean": "gts clean",
2525
"compile": "tsc -p tsconfig.build.json",
26+
"doc": "typedoc lib/index.ts",
2627
"fix": "gts fix",
2728
"test": "jest"
2829
},

0 commit comments

Comments
 (0)