Skip to content

Commit

Permalink
Update remark
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Aug 22, 2016
1 parent fac7605 commit 9c62b7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 25 deletions.
2 changes: 1 addition & 1 deletion history.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--remark setext-->

<!--lint disable no-multiple-toplevel-headings-->
<!--lint disable no-multiple-toplevel-headings heading-style-->

5.0.0 / 2016-08-21
==================
Expand Down
27 changes: 3 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,8 @@
"browserify": "^13.0.0",
"esmangle": "^1.0.0",
"nyc": "^8.1.0",
"remark-cli": "^1.0.0",
"remark-comment-config": "^4.0.0",
"remark-github": "^5.0.0",
"remark-lint": "^4.0.0",
"remark-toc": "^3.0.0",
"remark-validate-links": "^4.0.0",
"remark-cli": "^2.0.0",
"remark-preset-wooorm": "^1.0.0",
"tape": "^4.4.0",
"xo": "^0.16.0"
},
Expand Down Expand Up @@ -80,23 +76,6 @@
},
"remarkConfig": {
"output": true,
"plugins": {
"comment-config": null,
"lint": {
"heading-increment": false,
"no-duplicate-headings": false,
"list-item-spacing": false,
"no-missing-blank-lines": {"exceptTightLists": true}
},
"github": null,
"toc": {
"maxDepth": 3,
"tight": true
},
"validate-links": null
},
"settings": {
"bullet": "*"
}
"presets": "wooorm"
}
}

0 comments on commit 9c62b7d

Please sign in to comment.