Skip to content

Commit

Permalink
Update dependencies, dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Aug 22, 2016
1 parent 84cdab1 commit 1a25374
Showing 1 changed file with 12 additions and 37 deletions.
49 changes: 12 additions & 37 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,33 +58,27 @@
"meow": "^3.3.0",
"minimatch": "^3.0.0",
"remark-message-control": "^2.0.0",
"remark-parse": "^1.0.0",
"remark-parse": "^2.0.0",
"remark-retext": "^2.0.0",
"retext-english": "^2.0.0",
"retext-equality": "^2.3.0",
"retext-profanities": "^3.0.0",
"to-vfile": "^1.0.0",
"unified": "^4.1.2",
"to-vfile": "^2.0.0",
"unified": "^5.0.0",
"update-notifier": "^1.0.0",
"vfile": "^1.1.0",
"vfile-find-down": "^1.0.0",
"vfile-find-up": "^1.0.0",
"vfile-reporter": "^2.0.1",
"vfile": "^2.0.0",
"vfile-find-down": "^2.0.0",
"vfile-find-up": "^2.0.0",
"vfile-reporter": "^3.0.0",
"vfile-sort": "^1.0.0"
},
"devDependencies": {
"ava": "^0.16.0",
"browserify": "^13.0.0",
"esmangle": "^1.0.1",
"jscs": "^3.0.0",
"jscs-jsdoc": "^2.0.0",
"nyc": "^7.0.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",
"nyc": "^8.0.0",
"remark-cli": "^2.0.0",
"remark-preset-wooorm": "^1.0.0",
"xo": "^0.16.0"
},
"scripts": {
Expand All @@ -105,30 +99,11 @@
"max-lines": "off"
},
"ignores": [
"alex.js",
"alex.min.js"
"alex.js"
]
},
"remarkConfig": {
"output": true,
"plugins": {
"comment-config": null,
"github": null,
"lint": {
"no-missing-blank-lines": false,
"no-shell-dollars": false,
"list-item-spacing": false,
"heading-increment": false,
"no-duplicate-headings": false
},
"toc": {
"maxDepth": 3,
"tight": true
},
"validate-links": null
},
"settings": {
"bullet": "*"
}
"presets": "wooorm"
}
}

0 comments on commit 1a25374

Please sign in to comment.