Skip to content

Commit c25a184

Browse files
ljharbAlexej Yaroshevich
authored andcommitted
Chore: bump comment-parser to v0.3.1
- [v0.3.1 of comment-parser](syavorsky/comment-parser#24 (comment)) uses the `readable-stream` module, which allows compatibility with node 0.8 and earlier. Whether you want to support node 0.8 isn't important - for your module, this change will function identically for > 0.8, and simply won't break for *this* reason on <= 0.8 - a net win! Closes gh-179
1 parent 5f7d756 commit c25a184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"node": ">= 0.10.0"
2424
},
2525
"dependencies": {
26-
"comment-parser": "0.3.0",
26+
"comment-parser": "^0.3.1",
2727
"jsdoctypeparser": "~1.2.0"
2828
},
2929
"devDependencies": {

0 commit comments

Comments
 (0)