File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 2525 "clean" : " rimraf coverage && rimraf doc" ,
2626 "doc" : " npm run doc-js && npm run doc-spec" ,
2727 "doc-js" : " rimraf doc/api && jsdoc -c jsdoc.conf.json ." ,
28- "doc-spec" : " rimraf doc/spec && mkdir doc/spec && mocha --reporter doc --recursive test | cat doc-src/spec/header.xhtml - doc-src/spec/footer.xhtml > > doc/spec/index.xhtml" ,
28+ "doc-spec" : " rimraf doc/spec && mkdir doc/spec && mocha --reporter doc --recursive test | nodecat doc-src/spec/header.xhtml - doc-src/spec/footer.xhtml > doc/spec/index.xhtml" ,
2929 "lint" : " npm run lint-js && npm run lint-doc" ,
3030 "lint-doc" : " jsdoc -c jsdoc-lint.conf.json . && echo JSDoc passed." ,
3131 "lint-js" : " eslint . && echo ESLint passed." ,
5252 "istanbul" : " ^0.4.1" ,
5353 "jsdoc" : " ^3.4.0" ,
5454 "mocha" : " ^2.3.4" ,
55+ "nodecat" : " ^0.1.0" ,
5556 "pify" : " ^2.3.0" ,
56- "rimraf" : " ^2.5.1 "
57+ "rimraf" : " ^2.2.0 "
5758 },
5859 "engines" : {
5960 "node" : " >=0.10" ,
You can’t perform that action at this time.
0 commit comments