-
Notifications
You must be signed in to change notification settings - Fork 29.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tools: update
node-lint-md-cli-rollup
version 2
PR-URL: #26441 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Daijiro Wachi <[email protected]>
- Loading branch information
Showing
2 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
{ | ||
"name": "node-lint-md-cli-rollup", | ||
"description": "remark packaged for node markdown linting", | ||
"version": "1.0.0", | ||
"version": "2.0.0", | ||
"devDependencies": { | ||
"@zeit/ncc": "^0.2.0" | ||
"@zeit/ncc": "^0.15.2" | ||
}, | ||
"dependencies": { | ||
"markdown-extensions": "^1.1.0", | ||
"remark": "^10.0.0", | ||
"remark-lint": "^6.0.3", | ||
"markdown-extensions": "^1.1.1", | ||
"remark": "^10.0.1", | ||
"remark-lint": "^6.0.4", | ||
"remark-preset-lint-node": "^1.4.0", | ||
"unified-args": "^6.0.0", | ||
"unified-engine": "^5.1.0" | ||
}, | ||
"main": "src/cli-entry.js", | ||
"scripts": { | ||
"build": "ncc build", | ||
"build": "ncc build -m", | ||
"build-node": "npm run build && cp dist/index.js ../lint-md.js" | ||
} | ||
} |