Skip to content

Commit

Permalink
Update dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed May 2, 2018
1 parent ec019de commit 8b24c8e
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@
"unist-util-modify-children": "^1.0.0"
},
"devDependencies": {
"browserify": "^14.0.0",
"browserify": "^16.0.0",
"esmangle": "^1.0.0",
"nlcst-emoji-modifier": "^2.0.1",
"nlcst-emoticon-modifier": "^1.0.0",
"nyc": "^11.0.0",
"remark-cli": "^4.0.0",
"remark-preset-wooorm": "^3.0.0",
"remark-cli": "^5.0.0",
"remark-preset-wooorm": "^4.0.0",
"retext-english": "^3.0.0",
"tape": "^4.6.2",
"unified": "^6.1.5",
"unist-util-remove-position": "^1.1.0",
"xo": "^0.18.0"
"xo": "^0.20.0"
},
"scripts": {
"build-md": "remark . --quiet --frail",
Expand All @@ -54,6 +54,9 @@
"space": true,
"esnext": false,
"rules": {
"guard-for-in": "off",
"no-var": "off",
"prefer-arrow-callback": "off",
"guard-for-in": "off"
},
"ignore": [
Expand Down

0 comments on commit 8b24c8e

Please sign in to comment.