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 4f39a81 commit f11e6ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 20 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-->

1.1.0 / 2016-07-30
==================
Expand Down
24 changes: 5 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,10 @@
"devDependencies": {
"browserify": "^13.0.1",
"esmangle": "^1.0.1",
"nyc": "^7.0.0",
"nyc": "^8.0.0",
"plain-text-data-to-json": "^1.0.0",
"remark-cli": "^1.0.0",
"remark-comment-config": "^4.0.0",
"remark-github": "^5.0.0",
"remark-lint": "^4.0.0",
"remark-validate-links": "^4.0.0",
"remark-cli": "^2.0.0",
"remark-preset-wooorm": "^1.0.0",
"tape": "^4.0.0",
"xo": "^0.16.0"
},
Expand All @@ -46,22 +43,11 @@
"xo": {
"space": true,
"ignores": [
"fillers.js",
"fillers.min.js"
"fillers.js"
]
},
"remarkConfig": {
"output": true,
"plugins": {
"comment-config": null,
"github": null,
"lint": {
"list-item-spacing": false
},
"validate-links": null
},
"settings": {
"bullet": "*"
}
"presets": "wooorm"
}
}

0 comments on commit f11e6ea

Please sign in to comment.