File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 34
34
"scripts" : {
35
35
"lint:editorconfig" : " eclint check git-open* readme* .travis.yml" ,
36
36
"lint:package" : " pjv --recommendations --warnings" ,
37
- "lint:readme" : " node ./node_modules/ markdownlint/lib/markdownlint.js --config markdownlint.json README.md" ,
38
- "lint:man" : " node ./node_modules/ markdownlint/lib/markdownlint.js --config markdownlint.json git-open.1.md" ,
37
+ "lint:readme" : " markdownlint --config markdownlint.json README.md" ,
38
+ "lint:man" : " markdownlint --config markdownlint.json git-open.1.md" ,
39
39
"man" : " marked-man --version \" git-open $npm_package_version\" --manual \" Git manual\" --section 1 git-open.1.md > git-open.1" ,
40
40
"test" : " npm run unit && npm run lint:package && npm run lint:man && npm run lint:readme && npm run lint:editorconfig" ,
41
41
"unit" : " bats test/" ,
44
44
"dependencies" : {},
45
45
"devDependencies" : {
46
46
"eclint" : " ^2.1.0" ,
47
- "markdownlint" : " ^0.2.0 " ,
47
+ "markdownlint-cli " : " ^0.7.1 " ,
48
48
"marked-man" : " ^0.2.1" ,
49
49
"package-json-validator" : " ^0.6.1"
50
50
}
You can’t perform that action at this time.
0 commit comments