File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1010 "lint" : " eslint --max-warnings 0 --config ../../.eslintrc --ignore-path ../../.eslintignore ." ,
1111 "lint:fix" : " eslint --max-warnings 0 --config ../../.eslintrc --ignore-path ../../.eslintignore . --fix" ,
1212 "generate:assets" : " npm run prepublishOnly && npm run docs" ,
13- "docs" : " jsdoc2md --helper \" jsdoc2md-helpers/jsdoc-helper.js\" --template \" jsdoc2md-handlebars/api.hbs\" \" ./lib/**/*.js\" \" ./lib/**/readme/*.js\" > ../../apps/generator/docs/api_components.md"
13+ "docs" : " jsdoc2md --helper ./ jsdoc2md-helpers/jsdoc-helper.js --template ./ jsdoc2md-handlebars/api.hbs \" ./lib/**/*.js\" \" ./lib/**/readme/*.js\" > ../../apps/generator/docs/api_components.md"
1414 },
1515 "files" : [
1616 " lib/**" ,
1717 " README.md" ,
18+ " jsdoc2md-handlebars/**" ,
19+ " jsdoc2md-helpers/**" ,
1820 " LICENSE"
1921 ],
2022 "main" : " lib/index.js" ,
You can’t perform that action at this time.
0 commit comments