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 11{
22 "name" : " @gerrit0/typedoc" ,
33 "description" : " Create api documentation for TypeScript projects." ,
4- "version" : " 0.15.0-0 " ,
4+ "version" : " 0.15.0" ,
55 "homepage" : " https://typedoc.org" ,
66 "main" : " dist/index.js" ,
77 "typings" : " dist/index.d.ts" ,
3030 "node" : " >= 6.0.0"
3131 },
3232 "dependencies" : {
33+ "@gerrit0/typedoc-default-themes" : " ^0.6.0" ,
3334 "@types/minimatch" : " 3.0.3" ,
3435 "fs-extra" : " ^7.0.1" ,
3536 "handlebars" : " ^4.1.2" ,
3940 "minimatch" : " ^3.0.0" ,
4041 "progress" : " ^2.0.3" ,
4142 "shelljs" : " ^0.8.3" ,
42- "@gerrit0/typedoc-default-themes" : " ^0.6.0" ,
4343 "typescript" : " 3.4.x"
4444 },
4545 "devDependencies" : {
6464 ],
6565 "scripts" : {
6666 "pretest" : " node scripts/copy_test_files.js" ,
67- "test" : " nyc --reporter=html --reporter=text-summary mocha --timeout=10000 dist/test/*.test.js" ,
67+ "test" : " nyc --reporter=html --reporter=text-summary mocha --timeout=30000 dist/test/*.test.js" ,
6868 "test:ts" : " mocha --require ts-node/register --watch-extensions ts --timeout=10000 src/test/*.test.ts" ,
6969 "build" : " tsc --project ." ,
7070 "postbuild" : " node scripts/replace_application_version.js" ,
You can’t perform that action at this time.
0 commit comments