-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from mbland/1.0.3-check-comma-first
Bump to v1.0.3, tweak stripJsonComments()
- Loading branch information
Showing
3 changed files
with
7 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,7 +55,7 @@ Running the wrapper will generate the local `file://` URL to the generated | |
`index.html` file, e.g.: | ||
|
||
```text | ||
file:///path/to/jsdoc/output/jsdoc-cli-wrapper/1.0.0/index.html | ||
file:///path/to/jsdoc/output/jsdoc-cli-wrapper/1.0.3/index.html | ||
``` | ||
|
||
You can click on or copy this link to open it in your browser. You can also open | ||
|
@@ -99,10 +99,10 @@ This wrapper resolves both of these minor annoyances. | |
```sh | ||
$ pnpm jsdoc | ||
|
||
> [email protected].1 jsdoc /path/to/jsdoc-cli-wrapper | ||
> [email protected].3 jsdoc /path/to/jsdoc-cli-wrapper | ||
> node index.js -c jsdoc.json . | ||
|
||
file:///path/to/jsdoc-cli-wrapper/jsdoc/jsdoc-cli-wrapper/1.0.0/index.html | ||
file:///path/to/jsdoc-cli-wrapper/jsdoc/jsdoc-cli-wrapper/1.0.3/index.html | ||
``` | ||
|
||
Of course, your own project would use `jsdoc-cli-wrapper` instead of `node | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters