update standard-markdown to 1.2.0
This commit is contained in:
parent
959613bb04
commit
6b298213ab
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue