Skip to content

Commit c3cfc73

Browse files
committed
Fixed regression where spaces in the jsdoc binary path caused jsdoc2md to crash. #307
1 parent 158b387 commit c3cfc73

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2014-24 Lloyd Brookes <75pound@gmail.com>
3+
Copyright (c) 2014-24 Lloyd Brookes <opensource@75lb.com>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ $ npm install --save-dev jsdoc-to-markdown
5959

6060
* * *
6161

62-
&copy; 2014-24 Lloyd Brookes \<75pound@gmail.com\>.
62+
&copy; 2014-24 Lloyd Brookes \<opensource@75lb.com\>.
6363

6464
Tested by [test-runner](https://github.com/test-runner-js/test-runner).

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@
3636
],
3737
"dependencies": {
3838
"array-back": "^6.2.2",
39-
"command-line-args": "^6.0.0",
39+
"command-line-args": "^6.0.1",
4040
"command-line-usage": "^7.0.3",
4141
"config-master": "^3.1.0",
4242
"dmd": "^7.0.7",
43-
"jsdoc-api": "^9.3.3",
43+
"jsdoc-api": "^9.3.4",
4444
"jsdoc-parse": "^6.2.4",
4545
"walk-back": "^5.1.1"
4646
},

0 commit comments

Comments
 (0)