Skip to content

Commit

Permalink
tools: remove obsolete dependencies
Browse files Browse the repository at this point in the history
Remove rollup dependencies in markdown linting tool's package.json. We
use @zeit/ncc.

PR-URL: #31359
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
  • Loading branch information
Trott committed Jan 15, 2020
1 parent b8eeb2d commit 7ab33f2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 153 deletions.
2 changes: 1 addition & 1 deletion tools/lint-md.js

Large diffs are not rendered by default.

147 changes: 0 additions & 147 deletions tools/node-lint-md-cli-rollup/package-lock.json

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

6 changes: 1 addition & 5 deletions tools/node-lint-md-cli-rollup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@
"description": "remark packaged for Node.js Markdown linting",
"version": "2.0.1",
"devDependencies": {
"@zeit/ncc": "^0.21.0",
"rollup": "^1.27.11",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^5.2.0"
"@zeit/ncc": "^0.21.0"
},
"dependencies": {
"markdown-extensions": "^1.1.1",
Expand Down

0 comments on commit 7ab33f2

Please sign in to comment.