Skip to content

Commit 9d54cc6

Browse files
committed
v0.15.0
1 parent 968da56 commit 9d54cc6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",
@@ -30,6 +30,7 @@
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",
@@ -39,7 +40,6 @@
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": {
@@ -64,7 +64,7 @@
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",

0 commit comments

Comments
 (0)