diff options
| author | Christoph Schlosser <christoph@linux.com> | 2019-10-05 15:03:18 +0200 |
|---|---|---|
| committer | Christoph Schlosser <christophschlosser@users.noreply.github.com> | 2019-10-05 15:12:04 +0200 |
| commit | c53ee7d778562954789fb094dcb8c693e2656a53 (patch) | |
| tree | ab193124f4ebbdba9471f1d55fc5ddc734e95e6c /package.json | |
| parent | aca95729554b310b7e843b92d2f6de7bf608a921 (diff) | |
| download | doxdocgen-c53ee7d778562954789fb094dcb8c693e2656a53.tar.gz | |
Attempt to fix dependencies
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json index b22c057..d68f4a6 100644 --- a/package.json +++ b/package.json @@ -252,9 +252,10 @@ "decache": "^4.4.0", "istanbul": "^0.4.5", "mocha": "^5.0.1", - "remap-istanbul": "^0.10.1", + "remap-istanbul": "^0.13.0", "tslint": "^5.9.1", "typescript": "^2.7.2", - "vscode": "^1.1.10" + "vscode": "^1.1.10", + "handlebars": "^4.3.0" } } |