diff --git a/README.md b/README.md index d62d62e..c786c1d 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Javascript/Typescript Utilities ---
- Documentation + DocumentationRelease NotesReport a BugRequest a Feature @@ -36,7 +36,7 @@ Javascript/Typescript Utilities - [Setup](#setup) - [Production](#production) - [Development](#development) - - [Documentation](https://git.zakscode.com/ztimson/utils/wiki) + - [Documentation](https://utils.docs.zakscode.com/) - [License](#license) ## About @@ -82,7 +82,7 @@ A collection of utilities to make life a little easier ## Documentation -[Available Here](https://git.zakscode.com/ztimson/utils/wiki) +[Available Here](https://utils.docs.zakscode.com/) ## License diff --git a/package-lock.json b/package-lock.json index b99ca2d..93bb4f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ztimson/utils", - "version": "0.17.0", + "version": "0.17.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ztimson/utils", - "version": "0.17.0", + "version": "0.17.1", "license": "MIT", "dependencies": { "var-persist": "^1.0.1" @@ -17,7 +17,6 @@ "jest-junit": "^16.0.0", "ts-jest": "^29.1.2", "typedoc": "^0.26.7", - "typedoc-plugin-markdown": "^4.2.7", "typescript": "^5.3.3", "vite": "^5.0.12", "vite-plugin-dts": "^3.7.2" @@ -5233,18 +5232,6 @@ "typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x || 5.5.x || 5.6.x" } }, - "node_modules/typedoc-plugin-markdown": { - "version": "4.2.8", - "resolved": "https://registry.npmjs.org/typedoc-plugin-markdown/-/typedoc-plugin-markdown-4.2.8.tgz", - "integrity": "sha512-1EDsc66jaCjZtxdYy+Rl0KDU1WY/iyuCOOPaeFzcYFZ81FNXV8CmgUDOHri20WGmYnkEM5nQ+ooxj1vyuQo0Lg==", - "dev": true, - "engines": { - "node": ">= 18" - }, - "peerDependencies": { - "typedoc": "0.26.x" - } - }, "node_modules/typedoc/node_modules/brace-expansion": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", diff --git a/package.json b/package.json index 7b2306b..6f85589 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ztimson/utils", - "version": "0.17.0", + "version": "0.17.1", "description": "Utility library", "author": "Zak Timson", "license": "MIT",