Skip to content

Commit

Permalink
v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit0 committed May 27, 2019
1 parent 968da56 commit 9d54cc6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "@gerrit0/typedoc",
"description": "Create api documentation for TypeScript projects.",
"version": "0.15.0-0",
"version": "0.15.0",
"homepage": "https://typedoc.org",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -30,6 +30,7 @@
"node": ">= 6.0.0"
},
"dependencies": {
"@gerrit0/typedoc-default-themes": "^0.6.0",
"@types/minimatch": "3.0.3",
"fs-extra": "^7.0.1",
"handlebars": "^4.1.2",
Expand All @@ -39,7 +40,6 @@
"minimatch": "^3.0.0",
"progress": "^2.0.3",
"shelljs": "^0.8.3",
"@gerrit0/typedoc-default-themes": "^0.6.0",
"typescript": "3.4.x"
},
"devDependencies": {
Expand All @@ -64,7 +64,7 @@
],
"scripts": {
"pretest": "node scripts/copy_test_files.js",
"test": "nyc --reporter=html --reporter=text-summary mocha --timeout=10000 dist/test/*.test.js",
"test": "nyc --reporter=html --reporter=text-summary mocha --timeout=30000 dist/test/*.test.js",
"test:ts": "mocha --require ts-node/register --watch-extensions ts --timeout=10000 src/test/*.test.ts",
"build": "tsc --project .",
"postbuild": "node scripts/replace_application_version.js",
Expand Down

0 comments on commit 9d54cc6

Please sign in to comment.