Skip to content

Commit

Permalink
tools: update node-lint-md-cli-rollup version 2
Browse files Browse the repository at this point in the history
PR-URL: #26441
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
  • Loading branch information
refack authored and BridgeAR committed Mar 14, 2019
1 parent 989fcef commit 4835504
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 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.

12 changes: 6 additions & 6 deletions tools/node-lint-md-cli-rollup/package.json
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"
}
}

0 comments on commit 4835504

Please sign in to comment.