diff --git a/package.json b/package.json index a696b14..02d39b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typedoc-theme-hierarchy", - "version": "4.1.2", + "version": "4.1.3", "license": "MIT", "main": "dist/index.js", "repository": "git@github.com:DiFuks/typedoc-theme-hierarchy.git", @@ -41,7 +41,7 @@ "webpack-cli": "^4.9.1" }, "peerDependencies": { - "typedoc": "^0.24.0 || ^0.25.0" + "typedoc": "^0.24.0 || ^0.25.0 || ^0.26.0" }, "scripts": { "build": "webpack && tsc --project tsconfig.build.json",