File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 29
29
},
30
30
"scripts" : {
31
31
"test" : " npm run lint && mocha test/specs/ && npm run test:flags && npm run test:docs" ,
32
- "test:flags" : " bin/doxdox 'lib/**/*.js' --description Description --title Title --package test/fixtures/ --ignore 'lib/**/*.js' | diff test/fixtures/flags.md -" ,
33
- "test:docs" : " bin/doxdox 'lib/**/*.js' -p package.json -l markdown | diff DOCUMENTATION.md -" ,
32
+ "test:flags" : " node bin/doxdox 'lib/**/*.js' --description Description --title Title --package test/fixtures/ --ignore 'lib/**/*.js' | diff test/fixtures/flags.md -" ,
33
+ "test:docs" : " node bin/doxdox 'lib/**/*.js' -p package.json -l markdown | diff DOCUMENTATION.md -" ,
34
34
"lint" : " eslint ." ,
35
35
"coverage" : " istanbul cover _mocha test/specs/ && codecov" ,
36
- "fixtures" : " bin/doxdox lib/doxdox.js --output test/fixtures/doxdox.md --package test/fixtures/" ,
37
- "docs" : " bin/doxdox 'lib/**/*.js' -p package.json -l markdown -o DOCUMENTATION.md"
36
+ "fixtures" : " node bin/doxdox lib/doxdox.js --output test/fixtures/doxdox.md --package test/fixtures/" ,
37
+ "docs" : " node bin/doxdox 'lib/**/*.js' -p package.json -l markdown -o DOCUMENTATION.md"
38
38
},
39
39
"keywords" : [
40
40
" documentation" ,
You can’t perform that action at this time.
0 commit comments