diff options
author | HampusM <hampus@hampusmat.com> | 2021-08-02 22:44:45 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2021-08-02 22:44:45 +0200 |
commit | ca109b210924a14343870a887c28300c833bcc45 (patch) | |
tree | d7c2bd60ab60f948796301e85610376e73b812e4 /package.json | |
parent | bc523758434a2376bb9c469b5259d82ceb1cda03 (diff) |
Added documentation & bumped the typedoc-theme-slick-dark dependency version
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 4d1df42..b8396a7 100644 --- a/package.json +++ b/package.json @@ -25,8 +25,9 @@ "fs-extra": "^10.0.0", "jest": "^27.0.6", "ts-jest": "^27.0.3", - "typedoc": "^0.21.4", - "typedoc-theme-slick-dark": "^1.0.1", + "typedoc": "^0.21.5", + "typedoc-plugin-pages": "^1.1.0", + "typedoc-theme-slick-dark": "^1.0.2", "typescript": "^4.3.5" } } |