use tidy-markdown 2.0.3 explicitly

Because 2.0.5 is broken

Related to #1549
This commit is contained in:
Ben Bodenmiller 2017-04-13 02:24:32 -07:00 committed by GitHub
parent 84a81021be
commit 3b56c809b6
1 changed files with 2 additions and 2 deletions

View File

@ -160,7 +160,7 @@
"space-pen": "^5.1.1",
"strip-json-comments": "^2.0.1",
"temp": "^0.8.3",
"tidy-markdown": "^2.0.3",
"tidy-markdown": "2.0.3",
"typescript": "^1.8.10",
"typescript-formatter": "^2.3.0",
"underscore-plus": "^1.6.6",
@ -316,4 +316,4 @@
"lint": "coffeelint src/ spec/",
"code-docs": "codo && open docs/code/index.html"
}
}
}