use tidy-markdown 2.0.3 explicitly
Because 2.0.5 is broken Related to #1549
This commit is contained in:
parent
84a81021be
commit
3b56c809b6
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue