Skip to content

Commit 0d740a7

Browse files
committed
Merge pull request #9 from mef/patch-2
Add js-yaml as top-level dependency
2 parents 00d4034 + e170888 commit 0d740a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@
1313
"author": "Kyle Mathews <[email protected]>",
1414
"license": "MIT",
1515
"dependencies": {
16-
"history": "^2.0.0",
1716
"front-matter": "^2.0.6",
1817
"highlight.js": "^9.2.0",
18+
"history": "^2.0.0",
19+
"js-yaml": "^3.5.5",
1920
"markdown-it": "^6.0.0",
2021
"markdown-it-abbr": "^1.0.3",
2122
"markdown-it-attrs": "^0.1.8",

0 commit comments

Comments
 (0)