Skip to content

Commit

Permalink
tools: bump remark-cli to 4.0
Browse files Browse the repository at this point in the history
PR-URL: #17028
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
  • Loading branch information
refack authored and addaleax committed Nov 18, 2017
1 parent adb7be2 commit 66e2751
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 73 deletions.
124 changes: 54 additions & 70 deletions tools/remark-cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions tools/remark-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remark-cli",
"version": "3.0.1",
"version": "4.0.0",
"description": "CLI to process markdown with remark using plugins",
"license": "MIT",
"keywords": [
Expand All @@ -11,8 +11,8 @@
],
"dependencies": {
"markdown-extensions": "^1.1.0",
"remark": "^7.0.0",
"unified-args": "^3.0.0"
"remark": "^8.0.0",
"unified-args": "^4.0.0"
},
"homepage": "http://remark.js.org",
"repository": "https://github.com/wooorm/remark/tree/master/packages/remark-cli",
Expand Down

0 comments on commit 66e2751

Please sign in to comment.