File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2121 "rimraf" : " 2.5.4" ,
2222 "sinon" : " 1.17.5" ,
2323 "tslint" : " 3.14.0" ,
24- "typedoc" : " 0.5.0 " ,
24+ "typedoc" : " 0.5.1 " ,
2525 "typescript" : " 2.0.3" ,
2626 "winston" : " 2.2.0"
2727 },
3434 "coverage" : " rimraf coverage && istanbul cover -x **/codec/**/* --root lib/ --include-all-sources _mocha -- --recursive --reporter spec" ,
3535 "coverage-all" : " rimraf coverage && istanbul cover --root lib/ --include-all-sources _mocha -- --recursive --reporter spec" ,
3636 "postcoverage" : " remap-istanbul -i coverage/coverage.json -o coverage/cobertura-coverage.xml -t cobertura && remap-istanbul -i coverage/coverage.json -o coverage -t html" ,
37- "generate-docs" : " rimraf docs && typedoc --out docs/ --exclude **/codec/**/* --module commonjs src lib.es6 .d.ts --excludeExternals" ,
37+ "generate-docs" : " rimraf docs && typedoc --out docs/ --exclude **/codec/**/* --module commonjs src/ node_modules/@types/node/index.d.ts node_modules/typescript/ lib/lib.es2015 .d.ts --excludeExternals" ,
3838 "lint" : " tslint --project tsconfig.json -t stylish"
3939 },
4040 "repository" : {
You can’t perform that action at this time.
0 commit comments