Browse Source

update standard-markdown to 1.2.0

Zeke Sikelianos 8 years ago
parent
commit
6b298213ab
2 changed files with 3 additions and 1 deletions
  1. 2 0
      docs/styleguide.md
  2. 1 1
      package.json

+ 2 - 0
docs/styleguide.md

@@ -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
 

+ 1 - 1
package.json

@@ -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"