update standard-markdown to 1.2.0

This commit is contained in:
Zeke Sikelianos 2016-08-16 14:07:50 -07:00
parent 959613bb04
commit 6b298213ab
2 changed files with 3 additions and 1 deletions

View file

@ -47,6 +47,8 @@ For API references, there are exceptions to this rule.
* Use `bash` instead of `cmd` in code blocks (due to the syntax highlighter).
* Lines should be wrapped at 80 columns.
* No nesting lists more than 2 levels (due to the markdown renderer).
* All `js` and `javascript` code blocks are linted with
[standard-markdown](http://npm.im/standard-markdown).
## Picking words

View file

@ -6,7 +6,7 @@
"electabul": "~0.0.4",
"request": "*",
"standard": "^7.1.2",
"standard-markdown": "^1.1.1"
"standard-markdown": "^1.2.0"
},
"optionalDependencies": {
"runas": "^3.0.0"