Skip to content

Commit

Permalink
Update dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Feb 23, 2017
1 parent b6903eb commit 3c5ec76
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions package.json
Expand Up @@ -32,16 +32,16 @@
"is-hidden": "^1.0.1",
"nyc": "^10.0.0",
"remark": "^7.0.0",
"remark-cli": "^2.0.0",
"remark-cli": "^3.0.0",
"remark-github": "^7.0.0",
"remark-preset-wooorm": "^1.0.0",
"remark-preset-wooorm": "^2.0.0",
"remark-toc": "^4.0.0",
"tape": "^4.0.0",
"to-vfile": "^2.0.0",
"xo": "^0.17.1"
},
"scripts": {
"build-md": "# remark *.md doc/*.md --quiet --frail",
"build-md": "remark *.md doc/*.md -qfo",
"build-bundle": "browserify index.js --bare -s remarkHTML > remark-html.js",
"build-mangle": "esmangle remark-html.js > remark-html.min.js",
"build": "npm run build-md && npm run build-bundle && npm run build-mangle",
Expand All @@ -66,7 +66,6 @@
]
},
"remarkConfig": {
"output": true,
"presets": "wooorm"
"plugins": ["preset-wooorm"]
}
}

0 comments on commit 3c5ec76

Please sign in to comment.