Skip to content

Commit 0e8d429

Browse files
authored
fix: Pin marked dependency to 2.0.x (#1602)
Allows installation to complete successfully on Node 10.8.0 Fixes #1601
1 parent a446431 commit 0e8d429

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
@@ -25,7 +25,7 @@
2525
"handlebars": "^4.7.7",
2626
"lodash": "^4.17.21",
2727
"lunr": "^2.3.9",
28-
"marked": "^2.0.3",
28+
"marked": "~2.0.3",
2929
"minimatch": "^3.0.0",
3030
"progress": "^2.0.3",
3131
"shelljs": "^0.8.4",

0 commit comments

Comments
 (0)